diff options
Diffstat (limited to 'test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java index 9f66fee1f..fb9928d75 100644 --- a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class GlobalSatProtocolDecoderTest extends ProtocolTest { GlobalSatProtocolDecoder decoder = new GlobalSatProtocolDecoder(new GlobalSatProtocol()); - verifyNothing(decoder, text( + verifyNull(decoder, text( "GSh,131826789036289,3,M,ea04*3d")); decoder.setFormat0("SORPZAB27GHKLMN*U!"); |