Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Oct 28, 2024
1 parent f70c8c8 commit 9089cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/rife/bld/extension/PitestOperationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
class PitestOperationTest {
private static final String AS_LIST = "as list";
private final static String BAR = "bar";
private final static String FOO = "foo";
private final static String FOOBAR = FOO + ',' + BAR;
private static final String BAR = "bar";
private static final String FOO = "foo";
private static final String FOOBAR = FOO + ',' + BAR;

@Test
void argLine() {
Expand Down

0 comments on commit 9089cae

Please sign in to comment.