diff options
Diffstat (limited to 'test/org/traccar/protocol/T800xProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/T800xProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/T800xProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index fb8800a5c..aa74ec417 100644 --- a/test/org/traccar/protocol/T800xProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class T800xProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - T800xProtocolDecoder decoder = new T800xProtocolDecoder(new T800xProtocol()); + T800xProtocolDecoder decoder = new T800xProtocolDecoder(null); verifyNull(decoder, binary( "252501001504050880061689888888111111250350")); |