Skip to content

Commit a7d05f2

Browse files
committed
Fix import lint.
1 parent 1934bf1 commit a7d05f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/test/unit/api/database.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { createMockUserToken } from '@firebase/util';
1918
import { expect } from 'chai';
20-
import { EmulatorCredentialsProvider } from '../../../src/api/credentials';
2119

20+
import { EmulatorCredentialsProvider } from '../../../src/api/credentials';
2221
import {
2322
collectionReference,
2423
documentReference,

0 commit comments

Comments
 (0)