Skip to content

Commit

Permalink
More regex fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Mar 20, 2024
1 parent eb79af2 commit a5810cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/guard/test_guard_simple_vault_uniswap_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,6 @@ def test_guard_pair_not_approved(
)
)

with pytest.raises(TransactionFailed, match="execution reverted: Token not allowed"):
with pytest.raises(TransactionFailed, match="Token not allowed"):
target, call_data = encode_simple_vault_transaction(trade_call)
vault.functions.performCall(target, call_data).transact({"from": asset_manager})

0 comments on commit a5810cb

Please sign in to comment.