Skip to content

Commit 8867549

Browse files
committed
Uncomment unit test assertion
1 parent 19f7d05 commit 8867549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsagentprovider/src/test/java/software/amazon/opentelemetry/javaagent/providers/AwsSpanMetricsProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void testStartDoesNothingToSpan() {
116116
Context parentContextMock = mock(Context.class);
117117
ReadWriteSpan spanMock = mock(ReadWriteSpan.class);
118118
awsSpanMetricsProcessor.onStart(parentContextMock, spanMock);
119-
// verifyNoInteractions(parentContextMock, spanMock);
119+
verifyNoInteractions(parentContextMock, spanMock);
120120
}
121121

122122
@Test

0 commit comments

Comments
 (0)