Skip to content

Commit b103711

Browse files
authored
Merge beec6ce into e0b677e
2 parents e0b677e + beec6ce commit b103711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function bundleWithDocumentAndQuery(
8585
);
8686
}
8787

88-
describeSpec('Bundles:', ['no-ios'], () => {
88+
describeSpec('Bundles:', [], () => {
8989
specTest('Newer docs from bundles should overwrite cache', [], () => {
9090
const query1 = query('collection');
9191
const docA = doc('collection/a', 1000, { value: 'a' });

0 commit comments

Comments
 (0)