Skip to content

Commit a62cd8e

Browse files
committed
HistogramsTest: make it easier to identify failing test
1 parent 772d178 commit a62cd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-core/src/test/groovy/datadog/trace/core/histogram/HistogramsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class HistogramsTest extends DDSpecification {
3636
@Shared
3737
Double[] quantiles = [0.5D, 0.75D, 0.9D, 0.95D, 0.99D]
3838

39-
def "test quantiles have 1% relative error #iterationIndex"() {
39+
def "test quantiles have 1% relative error #iterationIndex #scenario #size"() {
4040
setup:
4141
def histogram
4242

0 commit comments

Comments
 (0)