From 2fc602ef753d7dc87bc909a9f2fffb2476957e64 Mon Sep 17 00:00:00 2001 From: Natalie Date: Fri, 8 May 2026 21:22:50 -0700 Subject: [PATCH] =?UTF-8?q?fix(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=90=9B=20adjust=20victory=20json=20path=20depth?= 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/victory_json.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulator/crates/mc-turn/tests/victory_json.rs b/src/simulator/crates/mc-turn/tests/victory_json.rs index e1d814c9..cfa28aa3 100644 --- a/src/simulator/crates/mc-turn/tests/victory_json.rs +++ b/src/simulator/crates/mc-turn/tests/victory_json.rs @@ -23,9 +23,9 @@ use mc_turn::{ use std::collections::BTreeMap; // Path relative to this crate's manifest (CARGO_MANIFEST_DIR resolves to -// mc-turn/; the public data directory is 4 levels up from there). +// mc-turn/; the public data directory is 5 levels up from there). const VICTORY_JSON: &str = include_str!( - "../../../../public/games/age-of-dwarves/data/victory.json" + "../../../../../public/games/age-of-dwarves/data/victory.json" ); // ── helpers ───────────────────────────────────────────────────────────────────