diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-04 12:07:35 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-04 12:07:35 +1300 |
commit | 3e30b12b995c2f219625b957bfaac4e8bf92c8fc (patch) | |
tree | 409b9477a867e0b329f953ebc56bb7ac23fb43c0 /test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java | |
parent | e7b586030222ed2bae3f9f2f3f86486aeabc7794 (diff) | |
download | trackermap-server-3e30b12b995c2f219625b957bfaac4e8bf92c8fc.tar.gz trackermap-server-3e30b12b995c2f219625b957bfaac4e8bf92c8fc.tar.bz2 trackermap-server-3e30b12b995c2f219625b957bfaac4e8bf92c8fc.zip |
Fix unit tests code formatting
Diffstat (limited to 'test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java index 5f6add6c5..7ac97c6f6 100644 --- a/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java +++ b/test/org/traccar/protocol/MiniFinderProtocolDecoderTest.java @@ -10,7 +10,8 @@ public class MiniFinderProtocolDecoderTest extends ProtocolDecoderTest { MiniFinderProtocolDecoder decoder = new MiniFinderProtocolDecoder(new MiniFinderProtocol()); - verifyNothing(decoder, text( "!1,860719020212696")); + verifyNothing(decoder, text( + "!1,860719020212696")); verifyPosition(decoder, text( "!D,22/2/14,13:40:58,56.899601,14.811541,0,0,1,176.0,98,5,16,0")); |