Skip to content

Commit 56dafc7

Browse files
committed
Update misc.test.ts
1 parent bc61a3a commit 56dafc7

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
@@ -18,7 +18,7 @@
1818
import { expect } from 'chai';
1919

2020
import { debugCast } from '../../../src/util/assert';
21-
import { immediateSuccessor } from '../../../src/util/misc';
21+
import { compareUtf8Strings, immediateSuccessor } from '../../../src/util/misc';
2222
import { mask } from '../../util/helpers';
2323

2424
describe('immediateSuccessor', () => {

0 commit comments

Comments
 (0)