Skip to content

Commit

Permalink
Test darwin bundles with Safari.app (wth Catalina)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Oct 30, 2019
1 parent a7ccbf2 commit 643554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macox/bundles_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func Test_GetExecutablePath(t *testing.T) {
s, err := macox.GetExecutablePath("/Applications/TextEdit.app")
s, err := macox.GetExecutablePath("/Applications/Safari.app")
assert.NoError(t, err)
assert.NotEmpty(t, s)
}
Expand Down

0 comments on commit 643554b

Please sign in to comment.