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 16c256b commit e7f56d9Copy full SHA for e7f56d9
Tests/libhostmgrTests/Model/PathsTests.swift
@@ -19,8 +19,16 @@ final class PathsTests: XCTestCase {
19
}
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/var/vm-images", forArchitecture: .arm64)
+ validate(
+ path: Paths.vmImageStorageDirectory,
24
+ resolvesTo: "/usr/local/var/vm-images",
25
+ forArchitecture: .x64
26
+ )
27
28
29
+ resolvesTo: "/opt/homebrew/var/vm-images",
30
+ forArchitecture: .arm64
31
32
33
34
func testThatGitMirrorStoragePathIsCorrect() {
0 commit comments