Update RequestBuilderTest.java
This commit is contained in:
@ -91,7 +91,7 @@ class RequestBuilderTest {
|
||||
@Test
|
||||
void testBuildGameRequest() {
|
||||
|
||||
//implementation of the GameRequest is mostly missing yet.
|
||||
//implementation of the GameRequest class is mostly missing yet.
|
||||
|
||||
GameRequest gr = new GameRequest();
|
||||
gr.type = RequestType.PauseStopRequest;
|
||||
|
Reference in New Issue
Block a user