diff options
Diffstat (limited to 'test/org/traccar/protocol/FreedomProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/FreedomProtocolDecoderTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/FreedomProtocolDecoderTest.java b/test/org/traccar/protocol/FreedomProtocolDecoderTest.java index 9bedb9d4f..d8975e861 100644 --- a/test/org/traccar/protocol/FreedomProtocolDecoderTest.java +++ b/test/org/traccar/protocol/FreedomProtocolDecoderTest.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 FreedomProtocolDecoderTest extends ProtocolDecoderTest { |