Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Aug 25, 2016
1 parent b9c9a7c commit be26dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class _AssertLogsContext(unittest.case._AssertLogsContext):
def _raiseFailure(self, standardMsg):
pytest.fail(standardMsg)
else:
def _AssertLogsContext(self, test, logger, level):
def _AssertLogsContext(test, logger, level):
raise NotImplementedError("Available since Python3.4")


Expand Down

0 comments on commit be26dc8

Please sign in to comment.