Skip to content

Commit

Permalink
NXDRIVE-1072: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored Jan 25, 2018
1 parent ce3f538 commit 34372a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxeo-drive-client/tests/common_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def __init__(self, argv, test_case):
self.bindEngine.connect(self.bind_engine)
self.unbindEngine.connect(self.unbind_engine)

@QtCore.pyqtSlot(str)
def sync_completed(self, _):
@QtCore.pyqtSlot()
def sync_completed(self):
uid = getattr(self.sender(), 'uid', None)
if uid:
self._test._wait_sync[uid] = False
Expand Down

0 comments on commit 34372a4

Please sign in to comment.