Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 2dbf7f5

Browse files
committed
Merge branch 'develop' into progenitor-pattern-test
2 parents 0b65895 + 45c4a63 commit 2dbf7f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sensemaker_dna/sensemaker/neighbourhood.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ export default () => {
302302
console.log(e)
303303
t.ok(null)
304304
}
305+
306+
await alice.shutDown();
307+
await bob.shutDown();
308+
await cleanAllConductors();
305309
});
306310
});
307311
test("test CA progenitor pattern", async (t) => {

0 commit comments

Comments
 (0)