Skip to content

Commit be47948

Browse files
Update misc.test.ts
1 parent e6c0780 commit be47948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('typeCast', () => {
3131
class Foo {}
3232
class Bar extends Foo {}
3333
const foo: Foo = new Bar();
34-
const bar: Bar = debugCast(foo, Bar);
34+
const _: Bar = debugCast(foo, Bar);
3535
});
3636

3737
it('validates types', () => {

0 commit comments

Comments
 (0)