Skip to content

Commit 16c256b

Browse files
committed
Add missing 'var' to the expected vm-images directory
1 parent 3652941 commit 16c256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/libhostmgrTests/Model/PathsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class PathsTests: XCTestCase {
2020

2121
func testThatVMStoragePathIsCorrect() {
2222
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/usr/local/var/vm-images", forArchitecture: .x64)
23-
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/opt/homebrew/vm-images", forArchitecture: .arm64)
23+
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/opt/homebrew/var/vm-images", forArchitecture: .arm64)
2424
}
2525

2626
func testThatGitMirrorStoragePathIsCorrect() {

0 commit comments

Comments
 (0)