aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/Gps056ProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/Gps056ProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/Gps056ProtocolDecoderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/Gps056ProtocolDecoderTest.java b/test/org/traccar/protocol/Gps056ProtocolDecoderTest.java
index 01d7cf56f..a6d0c024a 100644
--- a/test/org/traccar/protocol/Gps056ProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/Gps056ProtocolDecoderTest.java
@@ -8,7 +8,7 @@ public class Gps056ProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
- Gps056ProtocolDecoder decoder = new Gps056ProtocolDecoder(new Gps056Protocol());
+ Gps056ProtocolDecoder decoder = new Gps056ProtocolDecoder(null);
verifyNull(decoder, buffer(
"$$25LOGN_118624620337829462.1#"));