diff options
Diffstat (limited to 'test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java b/test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java index 63600c7a2..183af899b 100644 --- a/test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java +++ b/test/org/traccar/protocol/SmartSoleProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class SmartSoleProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - SmartSoleProtocolDecoder decoder = new SmartSoleProtocolDecoder(new SmartSoleProtocol()); + SmartSoleProtocolDecoder decoder = new SmartSoleProtocolDecoder(null); verifyPosition(decoder, text( "#GTXRP=359366080000385,8,180514200051,34.041981,-118.255806,60,1,1,7,1.80,180514200051,4.16,11")); |