aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm b/Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm
index 503d50b..9b6febe 100644
--- a/Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm
+++ b/Firestore/Example/Tests/Integration/API/FIRDatabaseTests.mm
@@ -144,7 +144,7 @@
[self expectationWithDescription:@"testCanMergeDataWithAnExistingDocumentUsingSet"];
[doc setData:mergeData
- options:[FIRSetOptions merge]
+ merge:YES
completion:^(NSError *error) {
XCTAssertNil(error);
[completed fulfill];
@@ -171,7 +171,7 @@
[self expectationWithDescription:@"testCanMergeDataWithAnExistingDocumentUsingSet"];
[doc setData:mergeData
- options:[FIRSetOptions merge]
+ merge:YES
completion:^(NSError *error) {
XCTAssertNil(error);
[completed fulfill];
@@ -203,7 +203,7 @@
[self expectationWithDescription:@"testCanMergeDataWithAnExistingDocumentUsingSet"];
[doc setData:mergeData
- options:[FIRSetOptions merge]
+ merge:YES
completion:^(NSError *error) {
XCTAssertNil(error);
[completed fulfill];
@@ -244,7 +244,7 @@
[self expectationWithDescription:@"testCanMergeDataWithAnExistingDocumentUsingSet"];
[doc setData:mergeData
- options:[FIRSetOptions merge]
+ merge:YES
completion:^(NSError *error) {
XCTAssertNil(error);
[completed fulfill];