Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 7, 2023
1 parent 6d19628 commit ec406a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import ComposableArchitecture
import XCTest

@MainActor
@available(*, deprecated, message: "TODO: Update to use case pathable syntax with Swift 5.9")
final class BindingTests: BaseTCATestCase {
@Reducer
struct BindingTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import XCTest

@MainActor
@available(*, deprecated, message: "TODO: Update to use case pathable syntax with Swift 5.9")
final class StackReducerTests: BaseTCATestCase {
func testStackStateSubscriptCase() {
enum Element: Equatable {
Expand Down
2 changes: 0 additions & 2 deletions Tests/ComposableArchitectureTests/StoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Combine
import XCTest

@MainActor
@available(*, deprecated, message: "TODO: Update to use case pathable syntax with Swift 5.9")
final class StoreTests: BaseTCATestCase {
var cancellables: Set<AnyCancellable> = []

Expand Down Expand Up @@ -623,7 +622,6 @@ final class StoreTests: BaseTCATestCase {
}
}
func testStoreVsTestStore() async {

let testStore = TestStore(initialState: Feature_testStoreVsTestStore.State()) {
Feature_testStoreVsTestStore()
}
Expand Down

0 comments on commit ec406a4

Please sign in to comment.