[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: #25 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit is contained in:
parent
18d68635ce
commit
fca5e034d6
@ -11,7 +11,7 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#if canImport(UIKit) && !os(watchOS)
|
#if canImport(UIKit) && !os(watchOS)
|
||||||
import Coordination
|
import SwiftLibsCoordination
|
||||||
import UIKit
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#if canImport(UIKit) && !os(watchOS)
|
#if canImport(UIKit) && !os(watchOS)
|
||||||
import Coordination
|
import SwiftLibsCoordination
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
// MARK: - Test coordinators
|
// MARK: - Test coordinators
|
||||||
|
Loading…
x
Reference in New Issue
Block a user