Skip to content

Commit

Permalink
Merge pull request #976 from yimajo/rename_test_sponsor
Browse files Browse the repository at this point in the history
Rename test method from default name
  • Loading branch information
shin-usu authored Sep 5, 2024
2 parents 575b3f4 + 02a170f commit a44ef3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion app-ios/Tests/StaffFeatureTests/StaffFeatureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a44ef3f

Please sign in to comment.