corrected a test
This commit is contained in:
parent
e428a12058
commit
06adbd5155
|
@ -58,7 +58,7 @@ public class BuntiDMXDeviceTest {
|
||||||
public void testSetValuesFromOptionsWrong() throws Exception {
|
public void testSetValuesFromOptionsWrong() throws Exception {
|
||||||
Map<String, Object> options = new HashMap<String, Object>();
|
Map<String, Object> options = new HashMap<String, Object>();
|
||||||
options.put("reddddwrong", 123);
|
options.put("reddddwrong", 123);
|
||||||
assertTrue(dut.setValuesFromOptions(options));
|
assertFalse(dut.setValuesFromOptions(options));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue