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 c7d0895 commit 0038653Copy full SHA for 0038653
1 file changed
tests/test_debug_discipline_guard.py
@@ -56,7 +56,7 @@ def test_failure_then_second_edit_blocked(self):
56
result = g.check_pre(ctx2)
57
assert result is not None
58
assert result.action == "inject_msg"
59
- assert "HYPOTHESIS" in result.message
+ assert "hypothesis" in result.message.lower()
60
61
def test_non_py_files_not_blocked(self):
62
"""Edits to non-.py files are never blocked."""
0 commit comments