diff --git a/src/test/java/uulm/teamname/marvelous/gamelibrary/requests/RequestBuilderTest.java b/src/test/java/uulm/teamname/marvelous/gamelibrary/requests/RequestBuilderTest.java index 3357c9d..c137a07 100644 --- a/src/test/java/uulm/teamname/marvelous/gamelibrary/requests/RequestBuilderTest.java +++ b/src/test/java/uulm/teamname/marvelous/gamelibrary/requests/RequestBuilderTest.java @@ -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;