Skip to content

Commit

Permalink
update unit (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagha authored May 3, 2024
1 parent 6ca39db commit b9de698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_resultinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_get_resultinfo_2(simple_bar, server_type):
assert res.user_name == "afaure"
assert res.job_name == "file_Static22_0"
assert res.product_name == "FULL"
assert res.main_title == "unsaved_project--Static"
assert "unsaved_project--Static" in res.main_title
assert res.cyclic_support is None


Expand Down

0 comments on commit b9de698

Please sign in to comment.