Skip to content

Commit

Permalink
minor: Remove public declaration from SimpleNameTest
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix committed Apr 6, 2024
1 parent 5ebcf19 commit 9d003b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void testGetOriginalName(String originalName) {
"node.name, nodename",
"node name, nodename"
})
public void testGetReducedName(String originalName, String expectedReducedName) {
void testGetReducedName(String originalName, String expectedReducedName) {
SimpleName name = new SimpleName(originalName);
assertEquals(expectedReducedName, name.getReducedName());
}
Expand Down

0 comments on commit 9d003b7

Please sign in to comment.