Skip to content

Commit 861e13a

Browse files
Remove only
1 parent 37250f0 commit 861e13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { IndexKind } from '../../../src/model/field_index';
2828
import { TargetIndexMatcher } from '../../../src/model/target_index_matcher';
2929
import { fieldIndex, filter, orderBy, query } from '../../util/helpers';
3030

31-
describe.only('Target Bounds', () => {
31+
describe('Target Bounds', () => {
3232
const queriesWithEqualities = [
3333
queryWithAddedFilter(query('collId'), filter('a', '==', 'a')),
3434
queryWithAddedFilter(query('collId'), filter('a', 'in', ['a']))

0 commit comments

Comments
 (0)