BAEL-2836 jUnit test class name fix

This commit is contained in:
Krzysiek 2019-03-25 21:34:06 +01:00
parent 52587443de
commit 6461816289
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class ButtonTest {
public class MediatorIntegrationTest {
private Button button;
private Fan fan;