mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
9 lines
111 B
Swift
9 lines
111 B
Swift
import Testing
|
|
|
|
@Suite struct PlaceholderTests {
|
|
@Test func placeholder() {
|
|
#expect(true)
|
|
}
|
|
}
|
|
|