Skip to content
Snippets Groups Projects
Commit 5551cffa authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Fix des Walzen Tests

parent 47024a4d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ public class WalzeTest { ...@@ -23,7 +23,7 @@ public class WalzeTest {
} }
@Test @Test
public void walzenPoition() { public void getAnzeige() {
Walze w = new Walze(1, 1); Walze w = new Walze(1, 1);
char temp = w.getAnzeige(); char temp = w.getAnzeige();
Assert.assertEquals('A', temp); Assert.assertEquals('A', temp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment