Skip to content

Commit

Permalink
Make error output better
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 committed Jun 24, 2020
1 parent a7de5f3 commit 990d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/gazelle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestGazelleBinary(t *testing.T) {
}
ds, err := ioutil.ReadDir(testdata)
if err != nil {
t.Errorf("ioutil.ReadDir(%q) error: %v", base, err)
t.Errorf("ioutil.ReadDir(%q) error: %v", testdata, err)
}
for _, d := range ds {
if d.IsDir() {
Expand Down

0 comments on commit 990d759

Please sign in to comment.