mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Minor code style fixes
Contributes to issue CURA-5734.
This commit is contained in:
parent
4def636fc9
commit
b37252f124
4 changed files with 10 additions and 8 deletions
|
@ -49,7 +49,7 @@ def test_setActivePreset():
|
|||
preferences = Preferences()
|
||||
visibility_model = SettingVisibilityPresetsModel(preferences)
|
||||
visibility_model.activePresetChanged = MagicMock()
|
||||
# Ensure that we start of with basic (since we didn't change anyting just yet!)
|
||||
# Ensure that we start off with basic (since we didn't change anyting just yet!)
|
||||
assert visibility_model.activePreset == "basic"
|
||||
|
||||
# Everything should be the same.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue