We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc61a3a commit 56dafc7Copy full SHA for 56dafc7
packages/firestore/test/unit/util/misc.test.ts
@@ -18,7 +18,7 @@
18
import { expect } from 'chai';
19
20
import { debugCast } from '../../../src/util/assert';
21
-import { immediateSuccessor } from '../../../src/util/misc';
+import { compareUtf8Strings, immediateSuccessor } from '../../../src/util/misc';
22
import { mask } from '../../util/helpers';
23
24
describe('immediateSuccessor', () => {
0 commit comments