diff options
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/Gps103ProtocolEncoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/Gps103ProtocolEncoderTest.java b/test/org/traccar/protocol/Gps103ProtocolEncoderTest.java index 5060c576a..1fd93ede4 100644 --- a/test/org/traccar/protocol/Gps103ProtocolEncoderTest.java +++ b/test/org/traccar/protocol/Gps103ProtocolEncoderTest.java @@ -15,7 +15,7 @@ public class Gps103ProtocolEncoderTest { Command command = new Command(); command.setDeviceId(1); - command.setType(Command.TYPE_POSITION_FIX); + command.setType(Command.TYPE_POSITION_PERIODIC); Map<String, Object> other = new HashMap<>(); other.put(Command.KEY_FREQUENCY, 300l); |