Skip to content

Commit

Permalink
Update appender_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wilkins <[email protected]>
  • Loading branch information
kyungeunni and axw authored Aug 3, 2023
1 parent e08e69d commit dba2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ loop:
unexpectedMetrics = append(unexpectedMetrics, metric.Name)
}
}
assert.Equal(t, []string{}, unexpectedMetrics)
assert.Empty(t, unexpectedMetrics)
assert.Equal(t, 10, asserted)
}

Expand Down

0 comments on commit dba2f2c

Please sign in to comment.