From 5eeab4314babdabfc5c4556782183e772727e9ae Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 11 Sep 2024 11:31:00 -0700 Subject: [PATCH] fix --- Examples/ExamplesTests/SwiftTestingTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()