Skip to content

Commit

Permalink
s/NilErrorOnClose/NonNilErrorsOnClose/
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed May 18, 2018
1 parent 9b3f61d commit beea5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestMetrics_NoInfiniteRate(t *testing.T) {
}

// https://github.com/tsenart/vegeta/pull/277
func TestMetrics_NilErrorOnClose(t *testing.T) {
func TestMetrics_NonNilErrorsOnClose(t *testing.T) {
t.Parallel()

m := Metrics{Errors: nil}
Expand Down

0 comments on commit beea5c7

Please sign in to comment.