Skip to content

Commit 0fd6921

Browse files
ektabjthpierce
authored andcommitted
Updating unit test names
1 parent d48b6ed commit 0fd6921

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
@@ -1123,7 +1123,7 @@ public void testIsDbSpanTrueWhenDbOperationKeyIsPresent() {
11231123
}
11241124

11251125
@Test
1126-
public void testIsDbSpanFalseWhenDbUserKeyIsPresent() {
1126+
public void testIsDbSpanFalseWhenOnlyDbUserKeyIsPresent() {
11271127
mockAttribute(DB_USER, "DB user");
11281128
when(spanDataMock.getKind()).thenReturn(SpanKind.CLIENT);
11291129

0 commit comments

Comments
 (0)