aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2018-04-12 13:50:02 -0700
committerGravatar GitHub <noreply@github.com>2018-04-12 13:50:02 -0700
commitc2d4d3a9cf7be4d86efe6549bbdecad3d72b7088 (patch)
treed6848e11af4fdc6c854086517193e06bebd3842e /Firestore/Example/Tests
parent97844711be9a44aa086eccbee1ebc1d79b6db978 (diff)
Small cleanup to UserDataConverter / FieldValue sentinel code to make adding more FieldValue sentinels easier. (#1077)
Diffstat (limited to 'Firestore/Example/Tests')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRValidationTests.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm b/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
index 0ad30fd..82c57c3 100644
--- a/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
+++ b/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
@@ -282,7 +282,7 @@
[self expectSet:@{@"foo" : [FIRFieldValue fieldValueForDelete]}
toFailWithReason:
@"FieldValue.delete() can only be used with updateData() and setData() with "
- @"SetOptions.merge()."];
+ @"SetOptions.merge() (found in field foo)"];
}
- (void)testUpdatesWithNestedFieldValueDeleteFail {