Skip to content

Commit

Permalink
pass bool in to Run in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Mar 31, 2024
1 parent f236fc9 commit 4037e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func TestRun(t *testing.T) {
cr, err := Run("testdata/[email protected]")
cr, err := Run("testdata/[email protected]", false)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 4037e2b

Please sign in to comment.