Skip to content

Commit

Permalink
Typo in unit test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah committed Jan 29, 2018
1 parent 53b5296 commit 2dbb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsqmiddleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func TestNewDefault(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
got := NewDefault(tt.args.topic, tt.args.channel)
if got == nil {
t.Errorf("New() must not nil")
t.Errorf("NewDefault() must not nil")
}
})
}
Expand Down

0 comments on commit 2dbb8ec

Please sign in to comment.