diff options
Diffstat (limited to 'test/org/traccar/protocol/WondexProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/WondexProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/WondexProtocolDecoderTest.java b/test/org/traccar/protocol/WondexProtocolDecoderTest.java index bf85c71ba..c68b41671 100644 --- a/test/org/traccar/protocol/WondexProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WondexProtocolDecoderTest.java @@ -54,7 +54,7 @@ public class WondexProtocolDecoderTest extends ProtocolTest { verifyNotNull(decoder, buffer( "$ERR:GETLOCATION=1")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "d0d70b0001ca9a3b")); } |