From d20f51eed693e181d20caddb09ccfc38ab98b759 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:07:43 +0000 Subject: [PATCH] refactor: rename stale HTTPDaemonClientConversationForkDecodingTests to ConversationForkDecodingTests Co-Authored-By: ashlee@vellum.ai --- ...kDecodingTests.swift => ConversationForkDecodingTests.swift} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename clients/shared/Tests/{HTTPDaemonClientConversationForkDecodingTests.swift => ConversationForkDecodingTests.swift} (98%) diff --git a/clients/shared/Tests/HTTPDaemonClientConversationForkDecodingTests.swift b/clients/shared/Tests/ConversationForkDecodingTests.swift similarity index 98% rename from clients/shared/Tests/HTTPDaemonClientConversationForkDecodingTests.swift rename to clients/shared/Tests/ConversationForkDecodingTests.swift index 5b576ea26af..e98540fea05 100644 --- a/clients/shared/Tests/HTTPDaemonClientConversationForkDecodingTests.swift +++ b/clients/shared/Tests/ConversationForkDecodingTests.swift @@ -2,7 +2,7 @@ import XCTest @testable import VellumAssistantShared -final class GatewayConnectionManagerConversationForkDecodingTests: XCTestCase { +final class ConversationForkDecodingTests: XCTestCase { private let decoder = JSONDecoder() func testHTTPConversationsListResponseDecodesForkParent() throws {