diff options
Diffstat (limited to 'test/org/traccar/protocol/HunterProProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/HunterProProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/HunterProProtocolDecoderTest.java b/test/org/traccar/protocol/HunterProProtocolDecoderTest.java index b90ff4624..f0697f423 100644 --- a/test/org/traccar/protocol/HunterProProtocolDecoderTest.java +++ b/test/org/traccar/protocol/HunterProProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class HunterProProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - HunterProProtocolDecoder decoder = new HunterProProtocolDecoder(new HunterProProtocol()); + HunterProProtocolDecoder decoder = new HunterProProtocolDecoder(null); verifyPosition(decoder, text( ">0002<$GPRMC,170559.000,A,0328.3045,N,07630.0735,W,0.73,266.16,200816,,,A77, s000078015180\",0MD")); |