Skip to content

Commit 84e74f8

Browse files
committed
test: fixed bad test expectation
1 parent b632511 commit 84e74f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/EncryptedFS.concurrent.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,11 +3258,6 @@ describe(`${EncryptedFS.name} Concurrency`, () => {
32583258
await s.waitAll();
32593259
// Expecting no transaction errors
32603260
await prom;
3261-
const stat = await efs.stat(path1);
3262-
expect(stat.size).toEqual(100);
3263-
const contents = await efs.readFile(path1);
3264-
expect(contents.length).toBeGreaterThanOrEqual(10);
3265-
expect(contents.length).toBeLessThanOrEqual(100);
32663261

32673262
await efs.close(fd);
32683263
})

0 commit comments

Comments
 (0)