Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-09-07 18:34:22 +0300
committerluz paz <luzpaz@users.noreply.github.com>2021-09-07 18:34:22 +0300
commit9b203c834a4c9943d68b98a72ddeff6f99bbe164 (patch)
tree1d37e87feebb2aca8994b08625e0fffcb4686811 /tests/Settings
parentd68f375e386049878de69eb0b33aacc3f40cb344 (diff)
Fix source typos
Diffstat (limited to 'tests/Settings')
-rw-r--r--tests/Settings/TestSettingVisibilityPresets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Settings/TestSettingVisibilityPresets.py b/tests/Settings/TestSettingVisibilityPresets.py
index 6b268bca1d..bb4738f4f7 100644
--- a/tests/Settings/TestSettingVisibilityPresets.py
+++ b/tests/Settings/TestSettingVisibilityPresets.py
@@ -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"