diff options
Diffstat (limited to 'src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java')
-rw-r--r-- | src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java b/src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java index 7fe405ea8..aed82eb41 100644 --- a/src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java +++ b/src/test/java/org/traccar/protocol/LeafSpyProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class LeafSpyProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - LeafSpyProtocolDecoder decoder = new LeafSpyProtocolDecoder(null); + var decoder = new LeafSpyProtocolDecoder(null); verifyNull(decoder, request( "/?Lat=60.0&Long=30.0")); |