Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Sep 20, 2024
1 parent c388b2a commit 2718954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AppStateTests/AppStateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ final class AppStateTests: XCTestCase {
}

@MainActor
func testState() {
func testState() async {
var appState: Application.State = Application.state(\.username)
//
// XCTAssertEqual(appState.value, "Leif")
Expand Down

0 comments on commit 2718954

Please sign in to comment.