Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcSora committed Sep 19, 2023
1 parent dd53fa4 commit 3adfd57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestFetch(t *testing.T) {
if len(errs) > 0 {
t.Fatalf("Expected 0 error, had %d: %v", len(errs), errs)
}
assert.NotEmpty(t, events)
require.NotEmpty(t, events)
event := events[0].MetricSetFields

t.Logf("%s/%s event: %+v", f.Module().Name(), f.Name(), event)
Expand Down

0 comments on commit 3adfd57

Please sign in to comment.