diff --git a/apps/arweave/src/ar_block_cache.erl b/apps/arweave/src/ar_block_cache.erl index 355b7f8f5..17034498c 100644 --- a/apps/arweave/src/ar_block_cache.erl +++ b/apps/arweave/src/ar_block_cache.erl @@ -1547,7 +1547,7 @@ block_cache_test() -> %% 1 B12/not_validated B13/on_chain %% \ / %% 0 B11/on_chain - ?assertMatch({B14, {not_validated, awaiting_nonce_limiter_validation}}, + ?assertMatch({B14, {{not_validated, awaiting_nonce_limiter_validation}, _}}, get_block_and_status(bcache_test, block_id(B14))), ?assertMatch({B14, [B13], {{not_validated, awaiting_nonce_limiter_validation}, _}}, get_earliest_not_validated_from_longest_chain(bcache_test)),