From 27882bb1407c5c7c7dcae9dc3eb6372ef2a41835 Mon Sep 17 00:00:00 2001 From: Sixten Otto Date: Fri, 17 Feb 2023 17:04:19 -0700 Subject: [PATCH] rename test class to match subject code --- .../ViewsTests/{HomeFeedViewTests.swift => SnoozeTests.swift} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apple/OmnivoreKit/Tests/ViewsTests/{HomeFeedViewTests.swift => SnoozeTests.swift} (96%) 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