Skip to content

Commit

Permalink
Update exporters/prometheus/exporter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
fatsheep9146 and MrAlias committed Dec 1, 2022
1 parent 282121f commit a4d8c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/exporter_test.go
Expand Up @@ -557,7 +557,7 @@ func TestDuplicateMetrics(t *testing.T) {
break
}
}
require.Equal(t, match, true, err)
require.Truef(t, match, "expected export not produced: %v", err)
})
}
}

0 comments on commit a4d8c05

Please sign in to comment.