Skip to content

Commit ca556a2

Browse files
committed
fix lint
1 parent 1869f65 commit ca556a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/src/model/values.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import {
4141
isServerTimestamp
4242
} from './server_timestamps';
4343
import { TypeOrder } from './type_order';
44-
import {ByteString} from "../util/byte_string";
4544

4645
export const TYPE_KEY = '__type__';
4746
const MAX_VALUE_TYPE = '__max__';

packages/firestore/test/integration/api/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ apiDescribe('Queries', persistence => {
22202220
}
22212221
).timeout('90s');
22222222

2223-
it.only('snapshot listener sorts cross type numbers same way as server', async () => {
2223+
it('snapshot listener sorts unicode strings the same way as server', async () => {
22242224
const testDocs = {
22252225
'a': { value: 'Łukasiewicz' },
22262226
'b': { value: 'Sierpiński' },

0 commit comments

Comments
 (0)