Skip to content

Commit 85c6920

Browse files
committed
fix(internal-api): Fix test name uniqueness
1 parent ea4856f commit 85c6920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-api/src/test/groovy/datadog/trace/api/telemetry/MetricCollectorTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import spock.lang.Specification
44

55
class MetricCollectorTest extends Specification {
66

7-
void 'test metric equality'() {
7+
void 'test metric equality #iterationIndex'() {
88
when:
99
final sameMetric = first == second
1010

0 commit comments

Comments
 (0)