test(marker): include marker_definitions in project-asdict expectations

project.asdict() and project_to_topology() gained a marker_definitions key.
Two tests that assert exact dict equality needed the new field.
This commit is contained in:
YueGuobin 2026-07-14 00:49:51 +08:00
parent 213738f0a5
commit a732d8d521
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ async def test_json():
"drawing_grid_size": 25,
"supplier": None,
"variables": None,
"marker_definitions": {},
"created_by": None
}

View File

@ -60,6 +60,7 @@ async def test_project_to_topology_empty(tmpdir):
"supplier": None,
"variables": None,
"version": __version__,
"marker_definitions": {},
"created_by": None
}