diff options
Diffstat (limited to 'test/org/traccar/protocol/AstraProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AstraProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/AstraProtocolDecoderTest.java b/test/org/traccar/protocol/AstraProtocolDecoderTest.java index 3531be5a8..453ec9da5 100644 --- a/test/org/traccar/protocol/AstraProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AstraProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class AstraProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - AstraProtocolDecoder decoder = new AstraProtocolDecoder(new AstraProtocol()); + AstraProtocolDecoder decoder = new AstraProtocolDecoder(null); verifyPositions(decoder, binary( "4b00700529c0c265976b8202cba9ff00676d864554a9c30000000020073401006436000300030008000000000000a0000100001920c43d00009600428302cba9ff00676d864554aa3e000000002007240100643b000300020008000000000000b0000100001920c43d00009600420f0e")); |