diff --git a/Tests/ShotdeckCoreTests/ReturnWatcherTests.swift b/Tests/ShotdeckCoreTests/ReturnWatcherTests.swift index d396d1f..3278649 100644 --- a/Tests/ShotdeckCoreTests/ReturnWatcherTests.swift +++ b/Tests/ShotdeckCoreTests/ReturnWatcherTests.swift @@ -231,8 +231,8 @@ func w27_fsEventsCallbackFiresOnRealArrival() async throws { } } -@Test("recordUncommended defaults to true: an unmarked PDF is still recorded (AirDrop behaviour unchanged)") -func recordUncommendedDefaultTrueRecordsAnUnmarkedPDF() async throws { +@Test("recordUncommented defaults to true: an unmarked PDF is still recorded (AirDrop behaviour unchanged)") +func recordUncommentedDefaultTrueRecordsAnUnmarkedPDF() async throws { let (paths, cleanup) = try makeCasePaths() defer { try? FileManager.default.removeItem(at: cleanup) } @@ -250,8 +250,8 @@ func recordUncommendedDefaultTrueRecordsAnUnmarkedPDF() async throws { #expect(all.count == 1) } -@Test("recordUncommended=false: an unmarked PDF is not recorded or returned; marking it up in place gets it recorded") -func recordUncommendedFalseSkipsUnmarkedThenRecordsAfterInPlaceMarkup() async throws { +@Test("recordUncommented=false: an unmarked PDF is not recorded or returned; marking it up in place gets it recorded") +func recordUncommentedFalseSkipsUnmarkedThenRecordsAfterInPlaceMarkup() async throws { let (paths, cleanup) = try makeCasePaths() defer { try? FileManager.default.removeItem(at: cleanup) }