Skip to content

Commit f8e6340

Browse files
committed
fix file-download-info test
1 parent 1984cec commit f8e6340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/lib/file-download-info.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("fileDownloadInfo", () => {
1313
});
1414

1515
assert.strictEqual(info?.size, 536063208);
16-
assert.strictEqual(info?.etag, '"41a0e56472bad33498744818c8b1ef2c-64"');
16+
assert.strictEqual(info?.etag, '"879c5715c18a0b7f051dd33f70f0a5c8dd1522e0a43f6f75520f16167f29279b"');
1717
assert(info?.downloadLink);
1818
});
1919

0 commit comments

Comments
 (0)