diff --git a/apps/arweave/src/ar_verify_chunks.erl b/apps/arweave/src/ar_verify_chunks.erl index 1be67d4c9..9c264be16 100644 --- a/apps/arweave/src/ar_verify_chunks.erl +++ b/apps/arweave/src/ar_verify_chunks.erl @@ -363,7 +363,7 @@ test_verify_chunk_storage_in_interval() -> ?assertEqual( #state{}, verify_chunk_storage( - 5*?DATA_CHUNK_SIZE, + 6*?DATA_CHUNK_SIZE, ?DATA_CHUNK_SIZE div 2, {20*?DATA_CHUNK_SIZE, 5*?DATA_CHUNK_SIZE}, #state{})),