small code-style fixes

This commit is contained in:
Dmitry Gribenchuk 2024-10-17 11:24:48 +03:00
parent aaff84ce77
commit 863569b7de
No known key found for this signature in database
GPG key ID: A76A250718E76E87
8 changed files with 7 additions and 12 deletions

View file

@ -148,4 +148,4 @@ def test_defineAbbreviatedMachineName():
# Test not ultimaker printer, name suffix should have first letter from the printer name
project_name = ["HelloWorld", ".3mf"]
print_information.setProjectName(project_name[0] + project_name[1])
assert printer_name[0] + "_" + project_name[0] == print_information._job_name
assert printer_name[0] + "_" + project_name[0] == print_information._job_name