From 0946e2e8103ff8e69bc5bde30d84cb67052df013 Mon Sep 17 00:00:00 2001 From: autocommit Date: Tue, 28 Apr 2026 15:59:00 -0700 Subject: [PATCH] =?UTF-8?q?test(mc-turn):=20=E2=9C=85=20Add=20serde=20roun?= =?UTF-8?q?dtrip=20tests=20for=20JSON=20=E2=86=94=20Rust=20struct=20valida?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/simulator/crates/mc-turn/tests/serde_roundtrip.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simulator/crates/mc-turn/tests/serde_roundtrip.rs b/src/simulator/crates/mc-turn/tests/serde_roundtrip.rs index 1ab46725..c0b102f8 100644 --- a/src/simulator/crates/mc-turn/tests/serde_roundtrip.rs +++ b/src/simulator/crates/mc-turn/tests/serde_roundtrip.rs @@ -373,6 +373,8 @@ fn trade_ledger_diplomatic_agreement_roundtrip() { eta_turn: Some(15), delivered: false, intercepted: false, + planned_path: Vec::new(), + path_step: 0, }), }), ],