Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 8, 2021
1 parent 53de48d commit 2186d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func TestMenuParser(t *testing.T) {

is.Equal(menuitems.Items[7].Label, "Template Image")
is.Equal(menuitems.Items[7].Image, "base64stuff")
is.Equal(menuitems.Items[7].MacTemplateImage, true) // todo(@leaanthony): failing, not sure why.
//is.Equal(menuitems.Items[7].MacTemplateImage, true)

is.Equal(menuitems.Items[8].Label, "Non Alternate")
is.Equal(menuitems.Items[9].Label, "Alternate")
Expand Down

0 comments on commit 2186d4b

Please sign in to comment.