Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 24, 2018
1 parent d3cded6 commit 0e113da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/traccar/protocol/Gt06ProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void testDecode() throws Exception {
verifyAttributes(decoder, binary(
"7979000894000000000338ba0d0a"));

verifyNull(decoder, binary(
verifyAttributes(decoder, binary(
"79790020940a03516080825457290502194200448892980691312079088572f50004d4350d0a"));

verifyPosition(decoder, binary(
Expand Down

0 comments on commit 0e113da

Please sign in to comment.