Skip to content

Commit

Permalink
renaming test classes to distinguish more easily between single and d…
Browse files Browse the repository at this point in the history
…ual client tests
  • Loading branch information
heckj committed Jul 3, 2024
1 parent 968f22e commit 5a3e5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5a3e5ae

Please sign in to comment.