Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Aug 19, 2024
1 parent 351c0a9 commit 56cc236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Features/Tests/TodayTests/TodayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Models
@testable import Today
import XCTest

@MainActor
final class TodayTests: XCTestCase {
@MainActor
func test_fetch() async {
let store = TestStore(
initialState: TodayReducer.State()
Expand All @@ -26,6 +26,7 @@ final class TodayTests: XCTestCase {
}
}

@MainActor
func test_fetch_failure() async {
let store = TestStore(
initialState: TodayReducer.State()
Expand Down

0 comments on commit 56cc236

Please sign in to comment.