Skip to content

Commit a633b6b

Browse files
committed
Fix compiler error
1 parent 0a9faf9 commit a633b6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/src/test/java/dev/velix/imperat/TestRun.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -767,14 +767,6 @@ public void testSetRank() {
767767
Assertions.assertEquals(CommandDispatch.Result.COMPLETE, testCmdTreeExecution("setrank", "Mqzen undead permanent Giveaway Winner"));
768768
});
769769
}
770-
@Test
771-
public void testSetRank() {
772-
Assertions.assertDoesNotThrow(()-> {
773-
IMPERAT.registerCommand(new SetRankCmd());
774-
});
775-
776-
Assertions.assertEquals(CommandDispatch.Result.FAILURE, testCmdTreeExecution("setrank", "Mqzen undead permanent Giveaway Winner"));
777-
}
778770

779771
@Test
780772
public void testArgumentsInheritanceBySubCmdMethod() {

0 commit comments

Comments
 (0)