Added another s to a test class name
This commit is contained in:
@@ -22,7 +22,7 @@ import junit.framework.TestCase;
|
||||
*
|
||||
* @author Ben Hale
|
||||
*/
|
||||
public class DispatchMethodInvokerTest extends TestCase {
|
||||
public class DispatchMethodInvokerTests extends TestCase {
|
||||
|
||||
private class MockClass {
|
||||
private boolean methodCalled = false;
|
||||
Reference in New Issue
Block a user