Fix test name

Oops. Copy-paste mistake.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-03-22 17:26:37 +01:00
parent 66b5fe6702
commit 80329ad6e8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -90,7 +90,7 @@ def test_deserializeQualityChanges(filename, quality_changes_id, container_regis
("OnlyQuality.global.cfg", "some_instance"),
("Complete.global.cfg", "some_quality")
])
def test_deserializeQualityChanges(filename, quality_id, container_registry):
def test_deserializeQuality(filename, quality_id, container_registry):
serialized = readStack(filename)
stack = cura.Settings.GlobalStack.GlobalStack("TestStack")