From fca5e034d60bafeb450c9f23ab70c0712acc0c97 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 14 Aug 2023 21:01:41 +0000 Subject: [PATCH] [Bugfix] Reference to Coordination library amended (#25) This PR contains the work done to amen the reference to the **Coordination** library that was not properly updated in the `Coordinator` tests cases. Reviewed-on: https://repo.rock-n-code.com/rock-n-code/swift-libs/pulls/25 Co-authored-by: Javier Cicchelli Co-committed-by: Javier Cicchelli --- Tests/Coordination/Cases/Protocols/CoordinatorTests.swift | 2 +- Tests/Coordination/Helpers/TestCoordinators.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Coordination/Cases/Protocols/CoordinatorTests.swift b/Tests/Coordination/Cases/Protocols/CoordinatorTests.swift index a92e879..3d8a228 100644 --- a/Tests/Coordination/Cases/Protocols/CoordinatorTests.swift +++ b/Tests/Coordination/Cases/Protocols/CoordinatorTests.swift @@ -11,7 +11,7 @@ //===----------------------------------------------------------------------===// #if canImport(UIKit) && !os(watchOS) -import Coordination +import SwiftLibsCoordination import UIKit import XCTest diff --git a/Tests/Coordination/Helpers/TestCoordinators.swift b/Tests/Coordination/Helpers/TestCoordinators.swift index 9a2b8e6..ed0b9db 100644 --- a/Tests/Coordination/Helpers/TestCoordinators.swift +++ b/Tests/Coordination/Helpers/TestCoordinators.swift @@ -11,7 +11,7 @@ //===----------------------------------------------------------------------===// #if canImport(UIKit) && !os(watchOS) -import Coordination +import SwiftLibsCoordination import UIKit // MARK: - Test coordinators