Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 11, 2021
1 parent 0266e52 commit d579087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func Test_setupLogger(t *testing.T) {
"Test gossamer --log blah",
[]string{"log"},
[]interface{}{"blah"},
errors.New("level is not recognised: blah"),
errors.New("cannot parse log level string: level is not recognised: blah"),
},
}

Expand Down

0 comments on commit d579087

Please sign in to comment.