File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Tests/PackageRegistryTests Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 8
8
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
9
*/
10
10
11
+ import Basics
11
12
import Dispatch
12
13
import struct Foundation. URL
13
14
import struct Foundation. URLComponents
14
15
import struct Foundation. URLQueryItem
15
-
16
- import TSCBasic
17
- import TSCUtility
18
-
19
- import Basics
20
16
import PackageLoading
21
17
import PackageModel
18
+ import TSCBasic
19
+ import TSCUtility
22
20
23
21
/// Package registry client.
24
22
/// API specification: https://github.com/apple/swift-package-manager/blob/main/Documentation/Registry.md
Original file line number Diff line number Diff line change 8
8
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
9
*/
10
10
11
- import Foundation
12
- import XCTest
13
-
14
- import SPMTestSupport
15
- import TSCBasic
16
-
17
11
import Basics
12
+ import Foundation
18
13
import PackageLoading
19
14
import PackageModel
20
15
import PackageRegistry
16
+ import SPMTestSupport
17
+ import TSCBasic
18
+ import XCTest
21
19
22
20
final class RegistryManagerTests : XCTestCase {
23
21
func testFetchVersions( ) throws {
You can’t perform that action at this time.
0 commit comments