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