aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/TrackboxProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/TrackboxProtocolDecoderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java b/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java
index 4319a1eed..6728fe787 100644
--- a/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java
@@ -10,7 +10,7 @@ public class TrackboxProtocolDecoderTest extends ProtocolDecoderTest {
@Test
public void testDecode() throws Exception {
- TrackboxProtocolDecoder decoder = new TrackboxProtocolDecoder(null);
+ TrackboxProtocolDecoder decoder = new TrackboxProtocolDecoder(new TrackboxProtocol());
assertNull(decoder.decode(null, null, "a=connect&v=11&i=111111111111111"));