Skip to content

Commit 6e34bfa

Browse files
committed
fix test
1 parent 68fb1be commit 6e34bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

instrumentation/spring/spring-boot-resources/library/src/test/java/io/opentelemetry/instrumentation/spring/resources/SpringBootBuildInfoDetectorTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ class SpringBootBuildInfoDetectorTest {
3333
@Mock SystemHelper system;
3434

3535
private static class TestCase {
36-
String name;
36+
private final String name;
3737
private final Function<SystemHelper, SpringBootBuildInfoDetector> factory;
38-
AttributeKey<String> key;
39-
String expected;
40-
InputStream input;
38+
private final AttributeKey<String> key;
39+
private final String expected;
40+
private final InputStream input;
4141

4242
public TestCase(
4343
String name,

0 commit comments

Comments
 (0)