mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Fix source typos
This commit is contained in:
parent
d68f375e38
commit
9b203c834a
8 changed files with 18 additions and 18 deletions
|
@ -19,7 +19,7 @@ def test_createVisibilityPresetFromLocalFile():
|
|||
# of the other profiles, since they might change over time.
|
||||
visibility_preset = SettingVisibilityPreset()
|
||||
|
||||
visibility_preset.loadFromFile(os.path.join(os.path.dirname(os.path.abspath(__file__)), "setting_visiblity_preset_test.cfg"))
|
||||
visibility_preset.loadFromFile(os.path.join(os.path.dirname(os.path.abspath(__file__)), "setting_visibility_preset_test.cfg"))
|
||||
assert setting_visibility_preset_test_settings == set(visibility_preset.settings)
|
||||
|
||||
assert visibility_preset.name == "test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue