Skip to content

Commit 398ffec

Browse files
committed
do not use assert_called() - not supported by py3.5
1 parent 2e11059 commit 398ffec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ async def test_wait_for_active_status(self):
311311
# use both `status` and `wait_for_active` - `wait_for_active` takes precedence
312312
await m.wait_for_idle(apps=["dummy_app"], wait_for_active=True, status="doesn't matter")
313313

314-
mock_apps.assert_called()
314+
mock_apps.assert_called_with()

0 commit comments

Comments
 (0)