diff options
Diffstat (limited to 'test/org/traccar/protocol/Avl301ProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/Avl301ProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java b/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java index c7a568277..0972e3fd4 100644 --- a/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Avl301ProtocolDecoderTest.java @@ -9,7 +9,7 @@ public class Avl301ProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - Avl301ProtocolDecoder decoder = new Avl301ProtocolDecoder(new Avl301Protocol()); + Avl301ProtocolDecoder decoder = new Avl301ProtocolDecoder(null); verifyNull(decoder, binary( "244c0f086058500087335500010d0a")); |