Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Dec 6, 2023
1 parent 18290c9 commit 3ccb030
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,4 @@ final class VergeNormalizationDerivedTests: XCTestCase {
withExtendedLifetime(derived, {})
}

@MainActor
func test_mainActorStore() {

let store = MainActorStore<_, Never>(initialState: DemoState())

store.normalizedStorage(.keyPath(\.db))

}

func test_asyncStore() {

let store = AsyncStore<_, Never>(initialState: DemoState())

store.normalizedStorage(.keyPath(\.db))

}

}

0 comments on commit 3ccb030

Please sign in to comment.