From 2c1f7a2b3a98d61e160797dd540ecd84eba9b3eb Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 29 Mar 2026 10:41:47 +0000 Subject: [PATCH] Add artifact_1/tests/data/sample_logentry.json --- artifact_1/tests/data/sample_logentry.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 artifact_1/tests/data/sample_logentry.json diff --git a/artifact_1/tests/data/sample_logentry.json b/artifact_1/tests/data/sample_logentry.json new file mode 100644 index 0000000..4b63d43 --- /dev/null +++ b/artifact_1/tests/data/sample_logentry.json @@ -0,0 +1,7 @@ +{ + "epoch_ms": 1678591200000, + "monotonic_ns": 1234567890123456, + "tz_offset_minutes": 60, + "run_id": "DST_RUN_01", + "step_id": "spring_forward_02_to_03" +} \ No newline at end of file