mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Fix more review comments
This commit is contained in:
parent
3c10cca0de
commit
7bbd43928a
5 changed files with 7 additions and 7 deletions
|
@ -125,5 +125,4 @@ class TestCloudOutputDeviceManager(TestCase):
|
|||
}
|
||||
self.network.prepareReply("GET", self.URL, 200, self.clusters_response)
|
||||
self._loadData()
|
||||
message_mock.assert_called_once_with(text='Not found!', title='Error', lifetime=10, dismissable=True)
|
||||
message_mock.return_value.show.assert_called_once_with()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue