Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d7b3e2d

Browse files
committed
remove a thing
1 parent dd77115 commit d7b3e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/stream-provider/test/stream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ describe("test", () => {
6060
result.structLogs.forEach((log: Buffer) => {
6161
assert.strictEqual(log.length, SIZE);
6262
});
63-
assert(true);
6463
}) as any).timeout(0);
6564
});

0 commit comments

Comments
 (0)