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 e7f56d9 commit 63be961Copy full SHA for 63be961
Tests/libhostmgrTests/Model/PathsTests.swift
@@ -33,8 +33,16 @@ final class PathsTests: XCTestCase {
33
34
func testThatGitMirrorStoragePathIsCorrect() {
35
let path = Paths.gitMirrorStorageDirectory
36
- validate(path: path, resolvesTo: "/usr/local/var/git-mirrors", forArchitecture: .x64)
37
- validate(path: path, resolvesTo: "/opt/homebrew/git-mirrors", forArchitecture: .arm64)
+ validate(
+ path: path,
38
+ resolvesTo: "/usr/local/var/git-mirrors",
39
+ forArchitecture: .x64
40
+ )
41
42
43
+ resolvesTo: "/opt/homebrew/var/git-mirrors",
44
+ forArchitecture: .arm64
45
46
}
47
48
@available(macOS 13.0, *)
0 commit comments