We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88627a commit cf5187bCopy full SHA for cf5187b
tests/test_error_handler.py
@@ -24,4 +24,4 @@ def test_catch():
24
with patch('ipwb.error_handler.logger.critical', mock_logger):
25
caught_error('boo')
26
27
- assert mock_logger.called_once_with(('boo', ))
+ assert mock_logger.assert_called_once_with(('boo', ))
0 commit comments