diff options
Diffstat (limited to 'test/org/traccar/protocol/TlvProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TlvProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/TlvProtocolDecoderTest.java b/test/org/traccar/protocol/TlvProtocolDecoderTest.java index 6c37c4dbb..0aaf567e8 100644 --- a/test/org/traccar/protocol/TlvProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TlvProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class TlvProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - TlvProtocolDecoder decoder = new TlvProtocolDecoder(new TlvProtocol()); + TlvProtocolDecoder decoder = new TlvProtocolDecoder(null); verifyNull(decoder, binary( "30430f383630323437303330303934333931ff10393233323132323030303834353433340f533636385f415f56312e30315f454eff1130303a30433a45373a30303a30303a30300132")); |