diff options
Diffstat (limited to 'test/org/traccar/protocol/AustinNbProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AustinNbProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java b/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java index 9608e32a6..fa8f3a071 100644 --- a/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java @@ -8,7 +8,7 @@ public class AustinNbProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - AustinNbProtocolDecoder decoder = new AustinNbProtocolDecoder(new AustinNbProtocol()); + AustinNbProtocolDecoder decoder = new AustinNbProtocolDecoder(null); verifyPosition(decoder, text( "48666666666;2017-01-01 16:31:01;52,1133308410645;21,1000003814697;310;120;2292;1;ORANGE")); |