Skip to content

Commit

Permalink
Simplify the error message in backend_test
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <[email protected]>
  • Loading branch information
beingnoble03 committed Mar 2, 2024
1 parent f8198a7 commit eb624e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/stats/opentsdb/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestPushAll(t *testing.T) {
assert.NoError(t, err)
after := len(mw.data)

assert.Equalf(t, after-before, 2, "expected length of writer.data to have been increased by 2")
assert.Equalf(t, after-before, 2, "length of writer.data should have been increased by 2")
}

func TestPushOne(t *testing.T) {
Expand Down

0 comments on commit eb624e5

Please sign in to comment.