mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-13 22:57:51 +02:00
Fix command-line test.
This commit is contained in:
parent
0cc4469de6
commit
2f900ac442
1 changed files with 2 additions and 1 deletions
|
@ -86,8 +86,9 @@ def test_icons() -> None:
|
|||
"""Test `icons` command."""
|
||||
run(
|
||||
COMMAND_LINES["icons"],
|
||||
b"INFO Icons are written to out/icons_by_name and out/icons_by_id.\n"
|
||||
b"INFO Icon grid is written to out/icon_grid.svg.\n"
|
||||
b"INFO Icons are written to out/icons_by_name and out/icons_by_id.\n",
|
||||
b"INFO Icon grid is written to doc/grid.svg.\n",
|
||||
)
|
||||
|
||||
assert (Path("out") / "icon_grid.svg").is_file()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue