Skip to content

Commit

Permalink
Uses -> Use
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney committed Nov 17, 2024
1 parent 5c89799 commit f0c04c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class UseAssertSame extends Recipe {
@Override
public String getDisplayName() {
return "Uses JUnit5's `assertSame` or `assertNotSame` instead of assertTrue(... == ...)";
return "Use JUnit5's `assertSame` or `assertNotSame` instead of assertTrue(... == ...)";
}

@Override
Expand Down

0 comments on commit f0c04c9

Please sign in to comment.