Skip to content

Commit 8bcaa30

Browse files
committed
Remove public modifier from unit test method
1 parent 2ea3ffc commit 8bcaa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/oakbot/command/FacepalmCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class FacepalmCommandTest {
2323
@AfterEach
24-
public void after() {
24+
void after() {
2525
HttpFactory.restore();
2626
}
2727

0 commit comments

Comments
 (0)