mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03:00
8 lines
110 B
Swift
8 lines
110 B
Swift
import Testing
|
|
|
|
@Suite struct PlaceholderTests {
|
|
@Test func placeholder() {
|
|
#expect(true)
|
|
}
|
|
}
|