From f08da7f9489a70e36c0ef84f81d4c3d7ba4ec791 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