Skip to content

Commit f2f3df7

Browse files
committed
Update project to match template
1 parent bc4914d commit f2f3df7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Tests/HelloSkipTests/HelloSkipTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import Testing
2-
import OSLog
32
import Foundation
43
@testable import HelloSkip
54

6-
let logger: Logger = Logger(subsystem: "HelloSkip", category: "Tests")
7-
85
@Suite struct HelloSkipTests {
96

107
@Test func helloSkip() throws {
11-
logger.log("running testHelloSkip")
128
#expect(1 + 2 == 3, "basic test")
139
}
1410

0 commit comments

Comments
 (0)