Skip to content

Commit 2261bcd

Browse files
Remove erroneous exclusive tag in test (#3059)
1 parent 3960fda commit 2261bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/listen_spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describeSpec('Listens:', [], () => {
4747

4848
specTest(
4949
'Documents outside of view are cleared when listen is removed.',
50-
['eager-gc', 'exclusive'],
50+
['eager-gc'],
5151
'',
5252
() => {
5353
const filteredQuery = Query.atPath(path('collection')).addFilter(

0 commit comments

Comments
 (0)