Skip to content

Commit

Permalink
Resolving the indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ektabj committed Jul 3, 2024
1 parent d159b67 commit 6f63a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ public void testDbUserPresentAndIsDbSpanFalse() {
when(spanDataMock.getKind()).thenReturn(SpanKind.CLIENT);

Attributes actualAttributes =
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
assertThat(actualAttributes.get(AWS_REMOTE_DB_USER)).isNull();
}

Expand Down

0 comments on commit 6f63a07

Please sign in to comment.