mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
small code-style fixes
This commit is contained in:
parent
aaff84ce77
commit
863569b7de
8 changed files with 7 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue