From 3a8e049093a9db2186b8f79cf32eb191a8bc6f08 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 05:38:29 +0100 Subject: [PATCH] chore: fix test import and lint --- apps/macos/Tests/ClawdisIPCTests/AgentRPCTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/macos/Tests/ClawdisIPCTests/AgentRPCTests.swift b/apps/macos/Tests/ClawdisIPCTests/AgentRPCTests.swift index 0f155c7b4..95214c93a 100644 --- a/apps/macos/Tests/ClawdisIPCTests/AgentRPCTests.swift +++ b/apps/macos/Tests/ClawdisIPCTests/AgentRPCTests.swift @@ -1,4 +1,4 @@ -import Clawdis +@testable import Clawdis import Testing @testable import ClawdisIPC