Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur committed Jan 24, 2023
1 parent cab77c4 commit a2133bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void assertThatThingHandlesREFRESHCommandCorrectly()
Thing thing = createThing(THING_TYPE_UID, DEFAULT_TEST_CHANNEL, DEFAULT_TEST_CHANNEL_TYPE);

waitForAssert(() -> {
assertThat(thing.getStatus(), is(ThingStatus.OFFLINE));
assertThat(thing.getStatus(), is(ThingStatus.UNKNOWN));
});

// The device is registered as UPnP Device after the initialization, this will ensure that the polling job will
Expand Down

0 comments on commit a2133bd

Please sign in to comment.