From a1cb39b8fe6e656c5386aed31ae0e63ade3005e5 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 26 Apr 2026 02:07:53 +0000 Subject: [PATCH] Add gps_sync/tests/data/gps_sample.json --- gps_sync/tests/data/gps_sample.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gps_sync/tests/data/gps_sample.json diff --git a/gps_sync/tests/data/gps_sample.json b/gps_sync/tests/data/gps_sample.json new file mode 100644 index 0000000..a41b4bc --- /dev/null +++ b/gps_sync/tests/data/gps_sample.json @@ -0,0 +1,22 @@ +[ + { + "timestamp": "2024-05-01T10:00:00Z", + "latitude": 48.5735, + "longitude": 13.4489 + }, + { + "timestamp": "2024-05-01T10:00:05Z", + "latitude": 48.5736, + "longitude": 13.4490 + }, + { + "timestamp": "2024-05-01T10:00:10Z", + "latitude": 48.5737, + "longitude": 13.4491 + }, + { + "timestamp": "2024-05-01T10:00:15Z", + "latitude": 48.5738, + "longitude": 13.4492 + } +] \ No newline at end of file