You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/SQLiteDataTests/CloudKitTests/SharingTests.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -307,14 +307,14 @@
307
307
"""
308
308
}
309
309
assertInlineSnapshot(of: error, as:.customDump){
310
-
"""
310
+
#"""
311
311
SyncEngine.SharingError(
312
312
recordTableName: "remindersLists",
313
313
recordPrimaryKey: "1",
314
314
reason: .recordMetadataNotFound,
315
-
debugDescription: "No sync metadata found for record. Has the record been saved to the database?"
315
+
debugDescription: "No sync metadata found for record. Has the record been saved to the database and synchronized to iCloud? Invoke \'SyncEngine.sendChanges()\' to force synchronization."
0 commit comments