Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Fix GetArchitectures testing
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Mar 28, 2021
1 parent 200527b commit 33f3131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/localcheck/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ func TestApplication_GetExecutableName(t *testing.T) {
func TestApplication_GetArchitectures(t *testing.T) {
arch, err := GetArchitectures("/System/Applications/Maps.app")
assert.Nil(t, err)
assert.Equal(t, []string{"Intel 64"}, arch)
assert.EqualValues(t, 0b10, arch.Intel)
}

0 comments on commit 33f3131

Please sign in to comment.