Skip to content

Commit f5093a0

Browse files
fix: fixed container removal conflict in substrate ledger test
Signed-off-by: CatarinaPedreira <[email protected]>
1 parent ca9068a commit f5093a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cactus-test-tooling/src/test/typescript/integration/substrate/substrate-test-ledger-constructor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ test(testCase, async (t: Test) => {
2929
const ledger = new SubstrateTestLedger(options);
3030
const tearDown = async () => {
3131
await ledger.stop();
32-
await ledger.destroy();
3332
await pruneDockerAllIfGithubAction({ logLevel });
3433
};
3534

0 commit comments

Comments
 (0)