Skip to content

Commit c526bb9

Browse files
revert log
1 parent c77d5ab commit c526bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/tests/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe(
119119
const throwCounter = 2;
120120
uploadSpy.mockImplementation(async (db) => {
121121
if (uploadCounter++ < throwCounter) {
122-
throw new Error(`${new Date()} No uploads yet`);
122+
throw new Error(`No uploads yet`);
123123
}
124124
// Now actually do the upload
125125
const tx = await db.getNextCrudTransaction();

0 commit comments

Comments
 (0)