This commit is contained in:
omenem 2020-05-17 11:52:37 +02:00
parent 940c072711
commit c5b3a57faa

View file

@ -19,13 +19,6 @@ public class StateTests {
this.state = new DimmableState();
}
@Test
@DisplayName("get and set id")
public void getAndSetId() {
this.state.setId(20);
assertEquals(20, this.state.getId());
}
@Test
@DisplayName("get and set device")
public void getAndSetDevice() {