Skip to content

Commit b9de698

Browse files
authored
update unit (#1552)
1 parent 6ca39db commit b9de698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resultinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_get_resultinfo_2(simple_bar, server_type):
5858
assert res.user_name == "afaure"
5959
assert res.job_name == "file_Static22_0"
6060
assert res.product_name == "FULL"
61-
assert res.main_title == "unsaved_project--Static"
61+
assert "unsaved_project--Static" in res.main_title
6262
assert res.cyclic_support is None
6363

6464

0 commit comments

Comments
 (0)