Skip to content

Commit 18e09d0

Browse files
committed
Adjusting tests
1 parent cfe51c1 commit 18e09d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/UnitTests/XcodeToolsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private extension XcodeToolsTests {
103103
var expectedHandleDebugCalls: [(message: String, subsystem: String)] = [
104104
(archiveResult, "XcodeTools")
105105
]
106-
var expectedHandleFileExistsCalls = ["PROJECT_DIRECTORY_PATH/.build"]
106+
var expectedHandleFileExistsCalls = ["PROJECT_DIRECTORY_PATH/.build/Build"]
107107

108108
var shell = MockShell()
109109
shell.handleExecute = { command in

0 commit comments

Comments
 (0)