Skip to content

Commit 9d6d28d

Browse files
Update document_set.test.ts
1 parent e3b0513 commit 9d6d28d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import {
2525
expectEqual,
2626
expectNotEqual
2727
} from '../../util/helpers';
28-
import { DocumentKey } from '../../../src/model/document_key';
2928

3029
const d1 = doc('docs/1', 1, { sort: 2 });
3130
const d2 = doc('docs/2', 1, { sort: 3 });

0 commit comments

Comments
 (0)