Skip to content

Commit

Permalink
chore: Add tests for removing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gerasymenko committed Sep 18, 2024
1 parent c77e5f3 commit 138d2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SelectiveTestingTests/IntegrationTestTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ final class IntegrationTestTool {
let name = target.target.name

guard target.enabled ?? true else {
XCTFail("Unexpected \(target.target.name): disabled targets must be removed")
return nil
}

Expand Down

0 comments on commit 138d2a1

Please sign in to comment.