We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5967865 commit 191e52fCopy full SHA for 191e52f
assets/test/targets/Tests/TargetsTests/TargetsTests.swift
@@ -1,4 +1,6 @@
1
-import Testing
+import XCTest
2
3
-@Test func example() async throws {
4
-}
+class TargetsTests: XCTestCase {
+ func testExample() {
5
+ }
6
+}
0 commit comments