Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 16, 2024
1 parent c5b8028 commit 61de780
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ class SpringBootBuildInfoDetectorTest {
@Mock SystemHelper system;

private static class TestCase {
String name;
private final String name;
private final Function<SystemHelper, SpringBootBuildInfoDetector> factory;
AttributeKey<String> key;
String expected;
InputStream input;
private final AttributeKey<String> key;
private final String expected;
private final InputStream input;

public TestCase(
String name,
Expand Down

0 comments on commit 61de780

Please sign in to comment.