Skip to content

Commit 1fa4baa

Browse files
committed
adding line at end of file
1 parent 371565d commit 1fa4baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-trace-core/src/test/groovy/datadog/trace/core/baggage/BaggagePropagatorTelemetryTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ class BaggagePropagatorTelemetryTest extends Specification {
117117
def foundMetrics = metrics.findAll { it.metricName.startsWith("context_header_style.") }
118118
foundMetrics.isEmpty() // No extraction occurred, so no metrics should be created
119119
}
120-
}
120+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ class CoreMetricCollectorBaggageTest extends Specification {
128128
def foundMetrics = metrics.findAll { it.metricName.startsWith("context_header_style.") }
129129
foundMetrics.isEmpty()
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)