fix(core): update

This commit is contained in:
2024-04-14 01:24:21 +02:00
parent cfe733621f
commit 30ae641a9c
5 changed files with 24 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ tap.test('should elect only one leader amongst multiple instances', async (tools
});
tap.test('should clean up', async () => {
await smartmongoInstance.stopAndDumpToDir(`.nogit/testdata/`);
await smartmongoInstance.stopAndDumpToDir(`.nogit/dbdump/test.distributedcoordinator.ts`);
setTimeout(() => process.exit(), 2000);
})