Skip to content

Commit e1d4581

Browse files
Comment
1 parent f1f5fe2 commit e1d4581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/model/path.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Path', () => {
3838
addEqualityMatcher();
3939

4040
it('can be constructed', () => {
41-
const _ = new ResourcePath(['rooms', 'Eros', 'messages']);
41+
new ResourcePath(['rooms', 'Eros', 'messages']);
4242
});
4343

4444
it('can index into itself', () => {

0 commit comments

Comments
 (0)