Skip to content

Commit 5174b97

Browse files
Fix test
1 parent dc9910f commit 5174b97

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def upgrade():
9999
assert "def456:abc123" in alembic_call
100100
squawk_call = mock_run.call_args_list[1][0][0]
101101
assert squawk_call[0] == "squawk"
102-
assert "--assume-in-transaction" in squawk_call
103102

104103

105104
def test_squawk_failure(repo, capsys):

0 commit comments

Comments
 (0)