BAEL-2836 jUnit test class name fix
This commit is contained in:
parent
52587443de
commit
6461816289
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
||||||
import static org.junit.Assert.assertFalse;
|
import static org.junit.Assert.assertFalse;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class ButtonTest {
|
public class MediatorIntegrationTest {
|
||||||
|
|
||||||
private Button button;
|
private Button button;
|
||||||
private Fan fan;
|
private Fan fan;
|
Loading…
Reference in New Issue