From 5a3e5aecd570f9fbe4fc8a40642e98706f4a0740 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Wed, 3 Jul 2024 12:37:31 -0700 Subject: [PATCH] renaming test classes to distinguish more easily between single and dual client tests --- ...sts.swift => Repo_OneClient_WebsocketIntegrationTests.swift} | 2 +- ...sts.swift => Repo_TwoClient_WebsocketIntegrationTests.swift} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename IntegrationTests/Tests/IntegrationTestsTests/{RepoWebsocketIntegrationTests.swift => Repo_OneClient_WebsocketIntegrationTests.swift} (98%) rename IntegrationTests/Tests/IntegrationTestsTests/{RepoAndTwoClientWebsocketIntegrationTests.swift => Repo_TwoClient_WebsocketIntegrationTests.swift} (99%) diff --git a/IntegrationTests/Tests/IntegrationTestsTests/RepoWebsocketIntegrationTests.swift b/IntegrationTests/Tests/IntegrationTestsTests/Repo_OneClient_WebsocketIntegrationTests.swift similarity index 98% rename from IntegrationTests/Tests/IntegrationTestsTests/RepoWebsocketIntegrationTests.swift rename to IntegrationTests/Tests/IntegrationTestsTests/Repo_OneClient_WebsocketIntegrationTests.swift index 0e336ee..4cb04ed 100644 --- a/IntegrationTests/Tests/IntegrationTestsTests/RepoWebsocketIntegrationTests.swift +++ b/IntegrationTests/Tests/IntegrationTestsTests/Repo_OneClient_WebsocketIntegrationTests.swift @@ -9,7 +9,7 @@ import XCTest // repository, run the `./scripts/interop.sh` script to start up a local instance to // respond. -final class RepoWebsocketIntegrationTests: XCTestCase { +final class Repo_OneClient_WebsocketIntegrationTests: XCTestCase { private static let subsystem = Bundle.main.bundleIdentifier! static let test = Logger(subsystem: subsystem, category: "WebSocketSyncIntegrationTests") diff --git a/IntegrationTests/Tests/IntegrationTestsTests/RepoAndTwoClientWebsocketIntegrationTests.swift b/IntegrationTests/Tests/IntegrationTestsTests/Repo_TwoClient_WebsocketIntegrationTests.swift similarity index 99% rename from IntegrationTests/Tests/IntegrationTestsTests/RepoAndTwoClientWebsocketIntegrationTests.swift rename to IntegrationTests/Tests/IntegrationTestsTests/Repo_TwoClient_WebsocketIntegrationTests.swift index ffae00d..b688c14 100644 --- a/IntegrationTests/Tests/IntegrationTestsTests/RepoAndTwoClientWebsocketIntegrationTests.swift +++ b/IntegrationTests/Tests/IntegrationTestsTests/Repo_TwoClient_WebsocketIntegrationTests.swift @@ -10,7 +10,7 @@ import XCTest // repository, run the `./scripts/interop.sh` script to start up a local instance to // respond. -final class RepoAndTwoClientWebsocketIntegrationTests: XCTestCase { +final class Repo_TwoClient_WebsocketIntegrationTests: XCTestCase { private static let subsystem = Bundle.main.bundleIdentifier! static let test = Logger(subsystem: subsystem, category: "WebSocketSyncIntegrationTests")