We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9910f commit 5174b97Copy full SHA for 5174b97
1 file changed
tests/test_main.py
@@ -99,7 +99,6 @@ def upgrade():
99
assert "def456:abc123" in alembic_call
100
squawk_call = mock_run.call_args_list[1][0][0]
101
assert squawk_call[0] == "squawk"
102
- assert "--assume-in-transaction" in squawk_call
103
104
105
def test_squawk_failure(repo, capsys):
0 commit comments