mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
8 lines
110 B
Swift
8 lines
110 B
Swift
import Testing
|
|
|
|
@Suite struct PlaceholderTests {
|
|
@Test func placeholder() {
|
|
#expect(true)
|
|
}
|
|
}
|