We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3652941 commit 16c256bCopy full SHA for 16c256b
Tests/libhostmgrTests/Model/PathsTests.swift
@@ -20,7 +20,7 @@ final class PathsTests: XCTestCase {
20
21
func testThatVMStoragePathIsCorrect() {
22
validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/usr/local/var/vm-images", forArchitecture: .x64)
23
- validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/opt/homebrew/vm-images", forArchitecture: .arm64)
+ validate(path: Paths.vmImageStorageDirectory, resolvesTo: "/opt/homebrew/var/vm-images", forArchitecture: .arm64)
24
}
25
26
func testThatGitMirrorStoragePathIsCorrect() {
0 commit comments