Skip to content

Commit

Permalink
fix test utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 30, 2023
1 parent 1637042 commit 71a82bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dappmanager/test/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import path from "path";
import fs from "fs";
import { shell } from "@dappnode/utils";
import { clearCacheDb, clearMainDb } from "@dappnode/db";
import { ManifestWithImage } from "../src/types.js";
import { DockerApiSystemDfReturn } from "@dappnode/dockerapi";
import { params } from "@dappnode/params";
import { Compose, Manifest } from "@dappnode/types";
Expand All @@ -12,7 +11,8 @@ import {
VolumeMapping,
PackageRelease,
ReleaseSignatureStatusCode,
InstallPackageData
InstallPackageData,
ManifestWithImage
} from "@dappnode/common";

export const testDir = "./test_files/";
Expand Down

0 comments on commit 71a82bf

Please sign in to comment.