Skip to content

Commit

Permalink
fix: fixed container removal conflict in substrate ledger test
Browse files Browse the repository at this point in the history
Signed-off-by: CatarinaPedreira <[email protected]>
  • Loading branch information
CatarinaPedreira committed Sep 27, 2021
1 parent ca9068a commit f5093a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test(testCase, async (t: Test) => {
const ledger = new SubstrateTestLedger(options);
const tearDown = async () => {
await ledger.stop();
await ledger.destroy();
await pruneDockerAllIfGithubAction({ logLevel });
};

Expand Down

0 comments on commit f5093a0

Please sign in to comment.