Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed May 2, 2017
1 parent 09fe1e7 commit 7694471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/msgpack/aggregated_encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func TestAggregatedEncoderReset(t *testing.T) {
}

func TestAggregatedEncoderNilOptions(t *testing.T) {
// use constructor directly here to test nil options
// Use constructor directly here to test nil options.
encoder := NewAggregatedEncoder(NewBufferedEncoder(), nil).(*aggregatedEncoder)
encoder.encodeMetricAsRaw(testMetric)
require.NoError(t, encoder.err())
Expand Down

0 comments on commit 7694471

Please sign in to comment.