Skip to content

Commit

Permalink
Fix ChannelStateDecoderTest (after updating decoder)
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Nov 29, 2024
1 parent 20388de commit d077315
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void decodeExampleFromAuraton() {
assertThat(decode.lightSourceLifespanLeft).isNull();
assertThat(decode.lightSourceOperatingTime).isZero();
assertThat(decode.operatingTime).isNull();
assertThat(decode.emptySpace).isEqualTo(new byte[]{0, 0});
assertThat(decode.eOL).isOne();
assertThat(decode.emptySpace).isEqualTo(new byte[]{0});
}
}

0 comments on commit d077315

Please sign in to comment.