test: the test now has a friendly comment
This commit is contained in:
parent
805e8e5f9e
commit
c01afab0ab
@ -62,7 +62,11 @@ class MarvelousServerTest extends BaseGameLogicTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// If you want to complete this test, go ahead. It's slightly complicated, but if you understand this test,
|
||||||
|
// you should also understand the server, which serves as a good intro to it. You can - of course - also
|
||||||
|
// just ignore it.
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled("Work in progress complete server test")
|
||||||
void main() {
|
void main() {
|
||||||
UserManager m = UserManager.getInstance();
|
UserManager m = UserManager.getInstance();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user