Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 15, 2024
1 parent 68fb1be commit 6e34bfa
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 6e34bfa

Please sign in to comment.