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/GotopProtocolDecoderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/org/traccar/protocol/GotopProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/GotopProtocolDecoderTest.java b/test/org/traccar/protocol/GotopProtocolDecoderTest.java index ad894f4d1..f38cf98ef 100644 --- a/test/org/traccar/protocol/GotopProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GotopProtocolDecoderTest.java @@ -10,10 +10,10 @@ public class GotopProtocolDecoderTest extends ProtocolTest { GotopProtocolDecoder decoder = new GotopProtocolDecoder(new GotopProtocol()); - verifyNothing(decoder, text( + verifyNull(decoder, text( "")); - verifyNothing(decoder, text( + verifyNull(decoder, text( "353327020412763,CMD-X")); verifyPosition(decoder, text( -- cgit v1.2.3