Skip to content

Commit d225c66

Browse files
committed
wip
1 parent 4585295 commit d225c66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/IssueReporting/TestContext.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ extension TestContext: Equatable {
6060
return true
6161
case (.swiftTesting(let lhs), .swiftTesting(let rhs)):
6262
return lhs == rhs
63-
default:
63+
case (.swiftTesting, .xcTest), (.xcTest, .swiftTesting):
64+
return false
65+
@unknown default:
6466
return false
6567
}
6668
}

0 commit comments

Comments
 (0)