@@ -51,7 +51,7 @@ final class PackageRegistryToolTests: XCTestCase {
51
51
func testLocalConfiguration( ) throws {
52
52
fixture ( name: " DependencyResolution/External/Simple " ) { prefix in
53
53
let packageRoot = prefix. appending ( component: " Bar " )
54
- let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/config /registries.json " ) )
54
+ let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/configuration /registries.json " ) )
55
55
56
56
XCTAssertFalse ( localFileSystem. exists ( configurationFilePath) )
57
57
@@ -130,7 +130,7 @@ final class PackageRegistryToolTests: XCTestCase {
130
130
func testSetMissingURL( ) throws {
131
131
fixture ( name: " DependencyResolution/External/Simple " ) { prefix in
132
132
let packageRoot = prefix. appending ( component: " Bar " )
133
- let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/config /registries.json " ) )
133
+ let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/configuration /registries.json " ) )
134
134
135
135
XCTAssertFalse ( localFileSystem. exists ( configurationFilePath) )
136
136
@@ -147,7 +147,7 @@ final class PackageRegistryToolTests: XCTestCase {
147
147
func testSetInvalidURL( ) throws {
148
148
fixture ( name: " DependencyResolution/External/Simple " ) { prefix in
149
149
let packageRoot = prefix. appending ( component: " Bar " )
150
- let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/config /registries.json " ) )
150
+ let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/configuration /registries.json " ) )
151
151
152
152
XCTAssertFalse ( localFileSystem. exists ( configurationFilePath) )
153
153
@@ -164,7 +164,7 @@ final class PackageRegistryToolTests: XCTestCase {
164
164
func testUnsetMissingEntry( ) throws {
165
165
fixture ( name: " DependencyResolution/External/Simple " ) { prefix in
166
166
let packageRoot = prefix. appending ( component: " Bar " )
167
- let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/config /registries.json " ) )
167
+ let configurationFilePath = packageRoot. appending ( RelativePath ( " .swiftpm/configuration /registries.json " ) )
168
168
169
169
XCTAssertFalse ( localFileSystem. exists ( configurationFilePath) )
170
170
0 commit comments