Files
openclaw/apps/macos/Tests/ClawdbotIPCTests/NodePairingApprovalPrompterTests.swift

11 lines
248 B
Swift
Raw Normal View History

2025-12-24 17:42:24 +01:00
import Testing
2026-01-04 14:32:47 +00:00
@testable import Clawdbot
2025-12-24 17:42:24 +01:00
@Suite(.serialized)
@MainActor
struct NodePairingApprovalPrompterTests {
@Test func nodePairingApprovalPrompterExercises() async {
await NodePairingApprovalPrompter.exerciseForTesting()
}
}