diff --git a/apple/OmnivoreKit/Tests/ViewsTests/HomeFeedViewTests.swift b/apple/OmnivoreKit/Tests/ViewsTests/SnoozeTests.swift similarity index 96% rename from apple/OmnivoreKit/Tests/ViewsTests/HomeFeedViewTests.swift rename to apple/OmnivoreKit/Tests/ViewsTests/SnoozeTests.swift index 8d86e039f..8f9511714 100644 --- a/apple/OmnivoreKit/Tests/ViewsTests/HomeFeedViewTests.swift +++ b/apple/OmnivoreKit/Tests/ViewsTests/SnoozeTests.swift @@ -1,7 +1,7 @@ @testable import Views import XCTest -final class HomeFeedViewTests: XCTestCase { +final class SnoozeTests: XCTestCase { func parse(_ str: String) -> Date { let dateFormatter = DateFormatter() dateFormatter.locale = Locale(identifier: "en_US_POSIX") // set locale to reliable US_POSIX