File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Tests/FoundationEssentialsTests/FileManager Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ final class FileManagerTests : XCTestCase {
291
291
XCTAssertThrowsError ( try $0. createDirectory ( atPath: " create_dir_test " , withIntermediateDirectories: false ) ) {
292
292
XCTAssertEqual ( ( $0 as? CocoaError ) ? . code, . fileWriteFileExists)
293
293
}
294
- XCTAssertThrowsError ( try $0. createDirectory ( atPath: " create_dir_test3 /nested" , withIntermediateDirectories: false ) ) {
294
+ XCTAssertThrowsError ( try $0. createDirectory ( atPath: " create_dir_test4 /nested" , withIntermediateDirectories: false ) ) {
295
295
XCTAssertEqual ( ( $0 as? CocoaError ) ? . code, . fileNoSuchFile)
296
296
}
297
297
XCTAssertThrowsError ( try $0. createDirectory ( atPath: " preexisting_file " , withIntermediateDirectories: false ) ) {
You can’t perform that action at this time.
0 commit comments