Fixed the reference to the Coordination library in the Coordinator test cases.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user