diff options
Diffstat (limited to 'test/org/traccar/protocol/Gt06ProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/Gt06ProtocolDecoderTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java index 0de82db32..c2a2cfce3 100644 --- a/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/Gt06ProtocolDecoderTest.java @@ -1,9 +1,9 @@ package org.traccar.protocol; import org.junit.Test; -import org.traccar.ProtocolDecoderTest; +import org.traccar.ProtocolTest; -public class Gt06ProtocolDecoderTest extends ProtocolDecoderTest { +public class Gt06ProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { |