diff options
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/TelicProtocolDecoderTest.java (renamed from test/org/traccar/protocol/TelikProtocolDecoderTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/TelikProtocolDecoderTest.java b/test/org/traccar/protocol/TelicProtocolDecoderTest.java index 180ab1b3d..536875a2f 100644 --- a/test/org/traccar/protocol/TelikProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TelicProtocolDecoderTest.java @@ -3,12 +3,12 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -public class TelikProtocolDecoderTest extends ProtocolTest { +public class TelicProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - TelikProtocolDecoder decoder = new TelikProtocolDecoder(new TelikProtocol()); + TelicProtocolDecoder decoder = new TelicProtocolDecoder(new TelicProtocol()); verifyNothing(decoder, text( "0026436729|232|01|003002030")); |