Skip to content

Commit 01f1721

Browse files
committed
fix checkstyle
1 parent 58b7f0c commit 01f1721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* We want to test the combination of W3C + Xray, as that's what you'll get in prod if you enable
1010
* W3C.
1111
*/
12-
class Aws2SqsSuppressReceiveSpansW3CPropagatorAndXrayPropagatorTest
12+
class Aws2SqsSuppressReceiveSpansW3cPropagatorAndXrayPropagatorTest
1313
extends Aws2SqsSuppressReceiveSpansTest {
1414

1515
@Override
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package io.opentelemetry.instrumentation.awssdk.v2_2;
77

8-
class Aws2SqsSuppressReceiveSpansW3CPropagatorTest extends Aws2SqsSuppressReceiveSpansTest {
8+
class Aws2SqsSuppressReceiveSpansW3cPropagatorTest extends Aws2SqsSuppressReceiveSpansTest {
99
@Override
1010
protected void configure(AwsSdkTelemetryBuilder telemetryBuilder) {
1111
telemetryBuilder

0 commit comments

Comments
 (0)