Skip to content

Commit

Permalink
fix(lint): update linting in metrics-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjayjpg committed Feb 1, 2022
1 parent bac2204 commit dd653bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/global/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestAddError(t *testing.T) {
}

err := "unexpected error"
addError(event, fmt.Errorf(err))
addError(event, fmt.Errorf("%s", err))

if v, ok := event["error"]; !ok || v != err {
if !ok {
Expand Down

0 comments on commit dd653bd

Please sign in to comment.