diff options
Diffstat (limited to 'test/org/traccar/protocol/CarscopProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/CarscopProtocolDecoderTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java index 2e9cb60b9..452797e1b 100644 --- a/test/org/traccar/protocol/CarscopProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CarscopProtocolDecoderTest.java @@ -1,8 +1,7 @@ package org.traccar.protocol; -import org.traccar.helper.TestIdentityManager; import static org.traccar.helper.DecoderVerifier.verify; -import static org.junit.Assert.assertNull; + import org.junit.Test; public class CarscopProtocolDecoderTest extends ProtocolDecoderTest { |