Skip to content

Commit cbf2371

Browse files
ektabjthpierce
authored andcommitted
Resolving the indentation issue
1 parent dc53e88 commit cbf2371

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
@@ -1109,7 +1109,7 @@ public void testDbUserPresentAndIsDbSpanFalse() {
11091109
when(spanDataMock.getKind()).thenReturn(SpanKind.CLIENT);
11101110

11111111
Attributes actualAttributes =
1112-
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
1112+
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
11131113
assertThat(actualAttributes.get(AWS_REMOTE_DB_USER)).isNull();
11141114
}
11151115

0 commit comments

Comments
 (0)