fix
This commit is contained in:
parent
940c072711
commit
c5b3a57faa
1 changed files with 0 additions and 7 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue