diff options
Diffstat (limited to 'test/org/traccar/protocol/DmtProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/DmtProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/DmtProtocolDecoderTest.java b/test/org/traccar/protocol/DmtProtocolDecoderTest.java index 09ffca100..ae5e9353c 100644 --- a/test/org/traccar/protocol/DmtProtocolDecoderTest.java +++ b/test/org/traccar/protocol/DmtProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class DmtProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - DmtProtocolDecoder decoder = new DmtProtocolDecoder(new DmtProtocol()); + DmtProtocolDecoder decoder = new DmtProtocolDecoder(null); verifyNull(decoder, binary( "0255003300001b00003335333232393032373533393235310038393931353030303030303030313330343539340000000403041910780603")); |