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 45bc18a commit ccdb745Copy full SHA for ccdb745
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.assert_called_once_with('*','boo')
+ assert mock_logger.assert_called_once_with('boo')
0 commit comments