diff options
Diffstat (limited to 'test/org/traccar/protocol/WialonProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/WialonProtocolDecoderTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/org/traccar/protocol/WialonProtocolDecoderTest.java b/test/org/traccar/protocol/WialonProtocolDecoderTest.java index 79eb2d009..4e73c7d49 100644 --- a/test/org/traccar/protocol/WialonProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WialonProtocolDecoderTest.java @@ -10,13 +10,13 @@ public class WialonProtocolDecoderTest extends ProtocolTest { WialonProtocolDecoder decoder = new WialonProtocolDecoder(new WialonProtocol()); - verifyNothing(decoder, text( + verifyNull(decoder, text( "#L#123456789012345;test")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "#L#2002;NA")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "#P#")); verifyPosition(decoder, text( |