Merge remote-tracking branch 'origin/eric/dev' into eric/dev

This commit is contained in:
ciregenz
2026-06-14 07:44:15 -07:00
6 changed files with 21 additions and 27 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ def test_migration_survives_corrupt_session(tmp_path, monkeypatch):
(sess_dir / "good.json").write_text(json.dumps({"id": "good"}))
(sess_dir / "bad.json").write_text("{ truncated ,,,")
dmod._migrate_if_needed() # must not raise despite the corrupt session
dmod.migrate_if_needed() # must not raise despite the corrupt session
dashboards = dmod._load_all()
assert len(dashboards) == 1