Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Feb 24, 2024
1 parent 9fc4bda commit e73e64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ describe("Browser", () => {
context.expect(hashBuffer(buffer))
.toMatchInlineSnapshot("\"9ae3ff19ee04fc02e9c60ce34e42858d16b46eeb88634d2035693c1ae9dbcbc9\"");
context.expect(lastWrite)
.toMatchInlineSnapshot(downloader.file.totalSize);
.toBe(downloader.file.totalSize);
});
});

0 comments on commit e73e64a

Please sign in to comment.