openclaw/apps/macos/Tests/OpenClawIPCTests/NodePairingApprovalPrompterTests.swift

11 lines
254 B
Swift
Raw Permalink Normal View History

2025-12-24 17:42:24 +01:00
import Testing
2026-01-30 03:15:10 +01:00
@testable import OpenClaw
2025-12-24 17:42:24 +01:00
@Suite(.serialized)
@MainActor
struct NodePairingApprovalPrompterTests {
@Test func `node pairing approval prompter exercises`() async {
2025-12-24 17:42:24 +01:00
await NodePairingApprovalPrompter.exerciseForTesting()
}
}