Skip to content

Commit e4e5d70

Browse files
committed
pr feedback
1 parent c74e86a commit e4e5d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests-otel-starter/spring-boot-common/src/main/java/io/opentelemetry/spring/smoketest/AbstractOtelSpringStarterSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void shouldSendTelemetry() {
209209
satisfies(ThreadIncubatingAttributes.THREAD_ID, val -> val.isNotZero()),
210210
satisfies(
211211
ThreadIncubatingAttributes.THREAD_NAME, val -> val.isNotBlank())),
212-
val -> AbstractSpringStarterSmokeTest.withSpanAssert(val)));
212+
val -> withSpanAssert(val)));
213213

214214
// Metric
215215
testing.waitAndAssertMetrics(

0 commit comments

Comments
 (0)