Skip to content

Commit e001aea

Browse files
committed
chore: apply lint to test file
1 parent a270511 commit e001aea

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
@@ -806,7 +806,7 @@ public void testSdkClientSpanWithRemoteResourceAttributes() {
806806
mockAttribute(AWS_LAMBDA_NAME, "arn:aws:lambda:us-east-1:123456789012:function:functionName");
807807
validateRemoteResourceAttributes("AWS::Lambda::Function", "functionName");
808808
mockAttribute(AWS_LAMBDA_NAME, null);
809-
809+
810810
// Validate behaviour of AWS_LAMBDA_RESOURCE_ID
811811
mockAttribute(AWS_LAMBDA_RESOURCE_ID, "eventSourceId");
812812
validateRemoteResourceAttributes("AWS::Lambda::EventSourceMapping", "eventSourceId");

0 commit comments

Comments
 (0)