Skip to content

Commit

Permalink
Update plugins/parsers/bindata/parser_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
  • Loading branch information
yolkhovyy and srebhan authored Jan 9, 2022
1 parent 275858d commit 313c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/parsers/bindata/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func TestBigEndian(t *testing.T) {
nil,
)
require.NoError(t, err)
assert.NotNil(t, parser)
require.NotNil(t, parser)

metrics, err := parser.Parse(binaryDataBigEndian)
require.NoError(t, err)
Expand Down

0 comments on commit 313c538

Please sign in to comment.