Skip to content

Commit 0c49df4

Browse files
committed
clean up
1 parent 8edaa50 commit 0c49df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/SQLiteDataTests/CloudKitTests/MockCloudDatabaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652

653653
@available(iOS 17, macOS 14, tvOS 17, watchOS 10, *)
654654
@Test func serverRecordChangedIncludesAncestorRecord() async throws {
655-
let recordID = CKRecord.ID(recordName: "ancestor-test")
655+
let recordID = CKRecord.ID(recordName: "1")
656656
let record = CKRecord(recordType: "A", recordID: recordID)
657657
record["value"] = 1
658658

0 commit comments

Comments
 (0)