Skip to content

Commit 47e3773

Browse files
authored
Merge pull request #44 from gmittert/NopeWaitYes
Use a Path that is Also Invalid on Windows in testErrors
2 parents c6a437e + 98e3cf5 commit 47e3773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IndexStoreDBTests/IndexStoreDBTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class IndexStoreDBTests: XCTestCase {
4646

4747
func testErrors() {
4848
checkThrows(.create("failed creating directory")) {
49-
_ = try IndexStoreDB(storePath: "/nope", databasePath: "/nope", library: nil)
49+
_ = try IndexStoreDB(storePath: "/nope:", databasePath: "/nope:", library: nil)
5050
}
5151

5252
checkThrows(.create("could not determine indexstore library")) {

0 commit comments

Comments
 (0)