Skip to content

Commit

Permalink
Removed MockCKRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanus committed Aug 6, 2024
1 parent 11fb42c commit 45a947a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
6 changes: 0 additions & 6 deletions Targets/Canopy/Tests/MockObjectTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ final class MockObjectTests: XCTestCase {
let share = CKShare.mock_owned_by_current_user
XCTAssertEqual(share.participants.count, 3)
}

func test_mock_record_change_tag() {
let mockRecord = MockCKRecord(recordType: "MyType")
mockRecord[MockCKRecord.testingRecordChangeTag] = "myTag"
XCTAssertEqual(mockRecord.recordChangeTag, "myTag")
}
}
95 changes: 0 additions & 95 deletions Targets/CanopyTestTools/Sources/MockCKRecord/MockCKRecord.swift

This file was deleted.

0 comments on commit 45a947a

Please # to comment.