Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 12, 2023
1 parent ba46280 commit b935b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestSortPaths(t *testing.T) {
}{
{
[]string{"/opt/homebrew/bin", "/usr/local/bin", "/usr/local/sbin", "/usr/bin", "/usr/sbin", "/Users/k1low/.local/bin"},
[]string{"/Users/k1low/.local/bin", "/usr/local/bin", "/usr/bin", "/usr/local/sbin", "/usr/sbin"},
[]string{"/Users/k1low/.local/bin", "/usr/local/bin", "/usr/bin"},
},
}
for _, tt := range tests {
Expand Down

0 comments on commit b935b29

Please sign in to comment.