mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
11 lines
248 B
Swift
11 lines
248 B
Swift
import Testing
|
|
@testable import OpenClaw
|
|
|
|
@Suite(.serialized)
|
|
@MainActor
|
|
struct NodePairingApprovalPrompterTests {
|
|
@Test func nodePairingApprovalPrompterExercises() async {
|
|
await NodePairingApprovalPrompter.exerciseForTesting()
|
|
}
|
|
}
|