mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 01:14:45 +02:00
test: update stale assertions post feature/mesh-intelligence merge
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d88c6273ec
commit
dcb53ae30c
15 changed files with 182 additions and 130 deletions
|
|
@ -108,10 +108,10 @@ def test_two_pass_drift_emits_growth_with_direction_and_speed():
|
|||
data=data_b, now=1780768800,
|
||||
)
|
||||
assert wire is not None, "pass-B boundary should fire growth broadcast"
|
||||
assert "moving N" in wire, f"expected N direction, got: {wire}"
|
||||
assert "Moving N" in wire, f"expected N direction, got: {wire}"
|
||||
assert data_b.get("category") == "wildfire_growth"
|
||||
assert data_b.get("severity") == "priority"
|
||||
assert wire.startswith("🔥 Pine Gulch moving N ")
|
||||
assert data_b.get("_severity_override") == "immediate"
|
||||
assert wire.startswith("🔥 Pine Gulch")
|
||||
|
||||
conn = get_db()
|
||||
passes = conn.execute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue