Skip to content

Commit c17e1a6

Browse files
schmidt-sebastianpongad
authored andcommitted
firestore: updating test for set({}, mergeAll:true) (#3115)
1 parent 1e79087 commit c17e1a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

google-cloud-firestore/src/test/java/com/google/cloud/firestore/ConformanceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public class ConformanceTest {
8585
private interface ConformanceTestCase extends Test, Describable {}
8686

8787
/** Excluded tests by test description. */
88-
private final Set<String> excludedTests =
89-
Collections.singleton("set: MergeAll cannot be specified with empty data."); // b/73495873
88+
private final Set<String> excludedTests = Collections.emptySet();
9089

9190
/** If non-empty, only runs tests included in this set. */
9291
private final Set<String> includedTests = Collections.emptySet();
361 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)