mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-13 11:00:50 +00:00
8 lines
103 B
Swift
8 lines
103 B
Swift
import Testing
|
|
|
|
struct PlaceholderTests {
|
|
@Test func placeholder() {
|
|
#expect(true)
|
|
}
|
|
}
|