Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Oct 9, 2024
1 parent 916b6d3 commit 60ba397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ComposableArchitectureTests/EffectRunTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ final class EffectRunTests: BaseTCATestCase {

@MainActor
func testRunEscapeFailure() async throws {
XCTExpectFailure {
XCTExpectFailure(strict: ProcessInfo.processInfo.environment["CI"] == nil) {
$0.compactDescription == """
failed - An action was sent from a completed effect:
Expand Down

0 comments on commit 60ba397

Please sign in to comment.