Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdm85 committed Oct 30, 2020
1 parent 44743b6 commit 6aa0c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_lt1.15_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestUsage(t *testing.T) {
b, err := cmd.CombinedOutput()
runtime.Version()
if err == nil {
t.Fatal("Expected exit code 1 bot 0")
t.Fatal("Expected exit code 1 got 0")
}
s := strings.Split(string(b), "\n")[0]
if !strings.HasPrefix(s, "Usage: goveralls ") {
Expand Down

0 comments on commit 6aa0c25

Please sign in to comment.