Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 15, 2024
1 parent 82ac88c commit a76e8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/fork/test_abi_contract.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import hypothesis.strategies as st
import pytest
from hypothesis import given, example
from hypothesis import given

import boa
from boa import BoaError
Expand Down Expand Up @@ -108,6 +108,7 @@ def test_stableswap_factory_ng(stableswap_factory_ng):
def test_balances(addr, balance, crvusd):
assert crvusd.balanceOf(addr) == balance


# test write 0 to fresh fork state
def test_fork_write0(crvusd):
n = balances[account_a]
Expand Down

0 comments on commit a76e8b2

Please sign in to comment.