diff --git a/tests/slots/pyqt/windows/test_transfer.py b/tests/slots/pyqt/windows/test_transfer.py index 5dc378c7e87189c1bdd8e85506f22ab303f18496..b5c50e792fe43b7695f15af137fc32fbecda5e69 100644 --- a/tests/slots/pyqt/windows/test_transfer.py +++ b/tests/slots/pyqt/windows/test_transfer.py @@ -84,7 +84,7 @@ def test_transfer_success( ) with qtbot.waitSignal( - window.fetch_recipient_balance_from_network_async_qworker.finished, timeout=2000 + window.send_tranfer_to_network_async_qworker.finished, timeout=2000 ) as _: # blocker.connect(app.worker.failed) # Can add other signals to blocker # Test will block at this point until either the "finished" or the @@ -163,7 +163,7 @@ def test_transfer_failure( ) with qtbot.waitSignal( - window.fetch_recipient_balance_from_network_async_qworker.finished, timeout=2000 + window.send_tranfer_to_network_async_qworker.finished, timeout=2000 ) as _: # blocker.connect(app.worker.failed) # Can add other signals to blocker # Test will block at this point until either the "finished" or the