Minor code style fixes

Contributes to issue CURA-5734.
This commit is contained in:
Ghostkeeper 2018-10-10 14:18:37 +02:00
parent 4def636fc9
commit b37252f124
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
4 changed files with 10 additions and 8 deletions

View file

@ -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.