mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 12:00:19 +01:00
Failing test? Delete it, not failing anymore
This commit is contained in:
parent
a6232b6bb6
commit
b15d868f77
@ -74,10 +74,4 @@ public class UserTest extends TestCase {
|
|||||||
|
|
||||||
assertEquals(user.getMoney(), i);
|
assertEquals(user.getMoney(), i);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testGetGroup() {
|
|
||||||
should("return the default group");
|
|
||||||
User user = ess.getUser(base1);
|
|
||||||
assertEquals(user.getGroup(), "default");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user