This commit is contained in:
2021-02-12 10:04:10 +01:00
parent db1c29183f
commit f286400a15
5 changed files with 22 additions and 22 deletions

View File

@@ -42,7 +42,7 @@ public class FollowCommandTest {
}
@Test
public void testMatchEmptyl() {
public void testMatchEmpty() {
Assert.assertFalse(command.matches(""));
}

View File

@@ -38,7 +38,7 @@ public class InvalidCommandTest {
}
@Test
public void testMatchEmptyl() {
public void testMatchEmpty() {
Assert.assertFalse(command.matches(""));
}

View File

@@ -41,7 +41,7 @@ public class MessageCommandTest {
}
@Test
public void testMatchEmptyl() {
public void testMatchEmpty() {
Assert.assertFalse(command.matches(""));
}

View File

@@ -52,7 +52,7 @@ public class ReadCommandTest {
}
@Test
public void testMatchEmptyl() {
public void testMatchEmpty() {
Assert.assertFalse(command.matches(""));
}