diff --git a/Examples/ExamplesTests/SwiftTestingTests.swift b/Examples/ExamplesTests/SwiftTestingTests.swift index 827682a..d8f21fd 100644 --- a/Examples/ExamplesTests/SwiftTestingTests.swift +++ b/Examples/ExamplesTests/SwiftTestingTests.swift @@ -7,7 +7,7 @@ struct SwiftTestingTests_Debug { @Test func context() { switch TestContext.current { - case .xcTest: + case .swiftTesting: #expect(Bool(true)) default: Issue.record()