Skip to content

Commit

Permalink
fixup! feat: Introduce tool to verify a storage module
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Nov 7, 2024
1 parent f796b48 commit 452f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_verify_chunks.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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{})),
Expand Down

0 comments on commit 452f854

Please sign in to comment.