Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Dec 27, 2017
1 parent 82caad4 commit 9df9dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goxz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func TestRun_help(t *testing.T) {
i := Run([]string{"-h"})
if i != exitCodeErr {
if i != exitCodeOK {
t.Errorf("somthing went wrong")
}
}
Expand Down

0 comments on commit 9df9dd1

Please sign in to comment.