From 9d6372ccb2e320ef710c17a576ed6028ed618bf4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 15 Feb 2021 10:30:13 -0800 Subject: Fix unit tests --- src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java b/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java index decd7fd38..39d378322 100644 --- a/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java +++ b/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java @@ -34,7 +34,7 @@ public class FreematicsProtocolDecoderTest extends ProtocolTest { verifyPositions(decoder, text( "1#0=68338,10D=79,30=1010,105=199,10C=4375,104=56,111=62,20=0;-1;95,10=6454200,A=-32.727482,B=150.150301,C=159,D=0,F=5,24=1250*7A")); - verifyAttributes(decoder, text( + verifyPositions(decoder, false, text( "M0ZR4X0#0:566624,24:1246,20:0;0;0*D")); verifyNull(decoder, text( -- cgit v1.2.3