Skip to content

Commit

Permalink
try to increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Jun 19, 2019
1 parent e8f93fa commit 3df6914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction/tests/test__transaction.py
Expand Up @@ -1090,7 +1090,7 @@ def test_callAfterAbortHook_w_error_w_abort_error(self):
def _hook1(*args, **kw):
raise ValueError()
def _hook2(*args, **kw):
_hooked2.append((args, kw))
_hooked2.append((args, kw)) # pragma: no cover
logger = DummyLogger()
with Monkey(_transaction, _LOGGER=logger):
txn = self._makeOne()
Expand Down

0 comments on commit 3df6914

Please sign in to comment.