Skip to content

Commit c54aad6

Browse files
committed
Updating unit test names
1 parent d663e23 commit c54aad6

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/AwsMetricAttributeGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ public void testIsDbSpanTrueWhenDbOperationKeyIsPresent() {
10941094
}
10951095

10961096
@Test
1097-
public void testIsDbSpanFalseWhenDbUserKeyIsPresent() {
1097+
public void testIsDbSpanFalseWhenOnlyDbUserKeyIsPresent() {
10981098
mockAttribute(DB_USER, "DB user");
10991099
when(spanDataMock.getKind()).thenReturn(SpanKind.CLIENT);
11001100

0 commit comments

Comments
 (0)