mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00
Fix assertion
CURA-7833
This commit is contained in:
parent
644c3443b1
commit
67c6d6da08
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ def test_correctPrintSequence_TwoExtrudersEnabled_printSequenceIsOneAtATimeInUse
|
|||
|
||||
# After the function is called, the user changes container should have tried to remove the print sequence from the
|
||||
# user changes container
|
||||
mocked_user_changes_container.removeInstance.assert_called_once()
|
||||
mocked_user_changes_container.removeInstance.assert_called_once_with("print_sequence")
|
||||
|
||||
|
||||
def test_correctPrintSequence_TwoExtrudersEnabled_printSequenceIsOneAtATimeInDefinitionChangesSettings(machine_manager, application):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue