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