Skip to content

Commit af08d0a

Browse files
Test fix
1 parent 0abec27 commit af08d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/api/blob.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Blob', () => {
4848

4949
it('Blob throws on invalid Base64 strings', () => {
5050
expect(() => Blob.fromBase64String('not-base64!')).to.throw(
51-
/Failed to construct Blob from Base64 string:/
51+
/Failed to construct data from Base64 string:/
5252
);
5353
});
5454

0 commit comments

Comments
 (0)