From 3b21a36d18caf3d24d23c036efc13c9ae720f5bd Mon Sep 17 00:00:00 2001 From: yimajo Date: Thu, 5 Sep 2024 19:54:36 +0900 Subject: [PATCH 1/2] Rename test method --- app-ios/Tests/SponsorFeatureTests/SponsorFeatureTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-ios/Tests/SponsorFeatureTests/SponsorFeatureTests.swift b/app-ios/Tests/SponsorFeatureTests/SponsorFeatureTests.swift index e1dad8ee8..f22b5344a 100644 --- a/app-ios/Tests/SponsorFeatureTests/SponsorFeatureTests.swift +++ b/app-ios/Tests/SponsorFeatureTests/SponsorFeatureTests.swift @@ -5,7 +5,7 @@ import ComposableArchitecture final class SponsorFeatureTests: XCTestCase { @MainActor - func testExample() async throws { + func testOnAppear() async throws { let store = TestStore(initialState: SponsorReducer.State()) { SponsorReducer() } withDependencies: { From 02a170f24efc626ce49687b582ce3c83994171c5 Mon Sep 17 00:00:00 2001 From: yimajo Date: Thu, 5 Sep 2024 20:11:08 +0900 Subject: [PATCH 2/2] Rename test method --- app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift b/app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift index 5058f46ec..a04b34198 100644 --- a/app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift +++ b/app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift @@ -5,7 +5,7 @@ import ComposableArchitecture final class StaffFeatureTests: XCTestCase { @MainActor - func testExample() async throws { + func testOnAppear() async throws { let store = TestStore(initialState: StaffReducer.State()) { StaffReducer() } withDependencies: {