diff --git a/src/test/java/ch/usi/inf/sa4/sanmarinoes/smarthut/StateTests.java b/src/test/java/ch/usi/inf/sa4/sanmarinoes/smarthut/StateTests.java index 5dd87fa..3c5ef86 100644 --- a/src/test/java/ch/usi/inf/sa4/sanmarinoes/smarthut/StateTests.java +++ b/src/test/java/ch/usi/inf/sa4/sanmarinoes/smarthut/StateTests.java @@ -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() {