From acfff6030fb83eab523aa84a48252b391eb6c9d9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 17 Apr 2017 22:23:15 +1200 Subject: Rename verification method --- test/org/traccar/protocol/NvsProtocolDecoderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/org/traccar/protocol/NvsProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/NvsProtocolDecoderTest.java b/test/org/traccar/protocol/NvsProtocolDecoderTest.java index fef610fff..70d3696eb 100644 --- a/test/org/traccar/protocol/NvsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/NvsProtocolDecoderTest.java @@ -10,10 +10,10 @@ public class NvsProtocolDecoderTest extends ProtocolTest { NvsProtocolDecoder decoder = new NvsProtocolDecoder(new NvsProtocol()); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "0012333537303430303630303137383234312e38")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "0012313233343536373839303132333435312E31")); verifyPositions(decoder, binary( -- cgit v1.2.3