Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Jun 7, 2024
1 parent 4437f07 commit 7f7bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vec/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ fn set_last_element_to_large_blob() {
// Store a large blob that would require growing the memory.
sv.set(
0,
&Blob::try_from(vec![1; 64 * 1024 as usize].as_slice()).unwrap(),
&Blob::try_from(vec![1; 65536].as_slice()).unwrap(),
);
}

0 comments on commit 7f7bb8f

Please sign in to comment.