Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Mar 23, 2019
1 parent 89a8132 commit 4a1a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/traccar/protocol/EelinkProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testDecode() throws Exception {
verifyAttributes(decoder, binary(
"6767030004001A0001"));

verifyNull(decoder, binary(
verifyAttributes(decoder, binary(
"6767070088001050E2281400FFFFFFFF02334455660333445566043344556605AA00000007334455660A334455660B334455660C4E2000000DAA0000000E334455660F3344556610AAAA000011334455661C334455661F334455662133445566423344556646334455664D334455665C334455665E33445566880000000089000000008A000000008B00000000"));

verifyPosition(decoder, binary(
Expand Down

0 comments on commit 4a1a705

Please sign in to comment.