Skip to content

Commit b278e6a

Browse files
adambaloghCopilot
andauthored
Update tests/opg_token_test.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: kukac <adambalogh@users.noreply.github.com>
1 parent 549e179 commit b278e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/opg_token_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_approves_default_with_greater_amount(self, mock_wallet, mock_web3):
110110
result = ensure_opg_approval(mock_wallet, min_allowance=5.0)
111111

112112
assert result.tx_hash == "0xabc123"
113-
# Verify approve was called with 10x amount
113+
# Verify approve was called with 2x min_allowance
114114
args = contract.functions.approve.call_args[0]
115115
assert args[1] == approve_base
116116

0 commit comments

Comments
 (0)