Skip to content

Commit b35d6ad

Browse files
authored
Update test_accounting.py
1 parent 6ca71f2 commit b35d6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/test_accounting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from tests.conftest import Helpers
88
from utils.config import contracts
99
from utils.test.deposits_helpers import fill_deposit_buffer
10-
from utils.test.helpers import ETH, GWEI, ZERO_ADDRESS, almostEqWithDiff, eth_balance
10+
from utils.test.helpers import ETH, GWEI, ZERO_ADDRESS, almostEqWithDiff, eth_balance, round_to_gwei
1111
from utils.test.oracle_report_helpers import ONE_DAY, SHARE_RATE_PRECISION, oracle_report
1212
from utils.test.csm_helpers import csm_add_node_operator, get_ea_member
1313
from utils.config import (

0 commit comments

Comments
 (0)