Skip to content

Commit

Permalink
Add missing meck-call in eunit test (not manifesting) (#4271)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssv committed Feb 13, 2024
1 parent 9e6d148 commit 697ead1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/aecore/test/aec_parent_chain_cache_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ produce_commitments_test_() ->
meck:expect(aec_chain, genesis_hash, fun() -> height_to_hash(0) end),
meck:new(aec_conductor, []),
meck:new(aetx_env, []),
meck:expect(aetx_env, height, fun(_) -> 42 end),
meck:expect(aetx_env, tx_env_and_trees_from_hash,
fun(_, _Hash) -> {tx_env, trees} end),
mock_parent_connector(),
Expand Down

0 comments on commit 697ead1

Please sign in to comment.