Typos
This commit is contained in:
@@ -42,7 +42,7 @@ public class FollowCommandTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMatchEmptyl() {
|
||||
public void testMatchEmpty() {
|
||||
Assert.assertFalse(command.matches(""));
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ public class InvalidCommandTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMatchEmptyl() {
|
||||
public void testMatchEmpty() {
|
||||
Assert.assertFalse(command.matches(""));
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ public class MessageCommandTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMatchEmptyl() {
|
||||
public void testMatchEmpty() {
|
||||
Assert.assertFalse(command.matches(""));
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ public class ReadCommandTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMatchEmptyl() {
|
||||
public void testMatchEmpty() {
|
||||
Assert.assertFalse(command.matches(""));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user