diff options
Diffstat (limited to 'test/org/traccar/protocol/CarscopProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/CarscopProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java index 7b6f2f28d..412901d90 100644 --- a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class CarscopProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - CarscopProtocolDecoder decoder = new CarscopProtocolDecoder(new CarscopProtocol()); + CarscopProtocolDecoder decoder = new CarscopProtocolDecoder(null); verifyNull(decoder, text( "*170821223045UB00HSO")); |