mirror of https://github.com/nucypher/nucypher.git
Fix failing conditions test; add duration parameter for modified internal function call.
parent
0f641363c2
commit
4ac1a12b94
|
@ -801,7 +801,7 @@ def test_contract_condition_using_overloaded_function(
|
|||
(
|
||||
total_staked,
|
||||
providers,
|
||||
) = taco_child_application_agent._get_active_staking_providers_raw(0, 10)
|
||||
) = taco_child_application_agent._get_active_staking_providers_raw(0, 10, 0)
|
||||
expected_result = [
|
||||
total_staked,
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue