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/EnforaProtocolDecoderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/org/traccar/protocol/EnforaProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/EnforaProtocolDecoderTest.java b/test/org/traccar/protocol/EnforaProtocolDecoderTest.java index f247a0470..88c42fb80 100644 --- a/test/org/traccar/protocol/EnforaProtocolDecoderTest.java +++ b/test/org/traccar/protocol/EnforaProtocolDecoderTest.java @@ -10,10 +10,10 @@ public class EnforaProtocolDecoderTest extends ProtocolTest { EnforaProtocolDecoder decoder = new EnforaProtocolDecoder(new EnforaProtocol()); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "000A08002020202020303131303730303030353730323637")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "003B000502000000000820202020202030313130373030303035373032363720383A000000000D00508401358E640032B37700000367B00000A804")); verifyPosition(decoder, binary( -- cgit v1.2.3