Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian-ioan committed Nov 29, 2023
1 parent 34dcac1 commit 4a52ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestFetch(t *testing.T) {
assert.NoError(t, err)

formattedStats := getStatsList(taskStatsOutput, taskOutput)
assert.Equal(t, 1, len(formattedStats))
assert.Equal(t, 0, len(formattedStats))
event := createEvent(&formattedStats[0])

// Build a metricset to test the event
Expand Down

0 comments on commit 4a52ebd

Please sign in to comment.