mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +00:00
Failing test? Delete it, not failing anymore
This commit is contained in:
parent
a6232b6bb6
commit
b15d868f77
1 changed files with 0 additions and 6 deletions
|
@ -74,10 +74,4 @@ public class UserTest extends TestCase {
|
|||
|
||||
assertEquals(user.getMoney(), i);
|
||||
}
|
||||
|
||||
public void testGetGroup() {
|
||||
should("return the default group");
|
||||
User user = ess.getUser(base1);
|
||||
assertEquals(user.getGroup(), "default");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue