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 7f7bb8f commit 93f546b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/vec/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,5 @@ fn set_last_element_to_large_blob() {
sv.push(&Blob::default()).unwrap();

// Store a large blob that would require growing the memory.
sv.set(
0,
&Blob::try_from(vec![1; 65536].as_slice()).unwrap(),
);
sv.set(0, &Blob::try_from(vec![1; 65536].as_slice()).unwrap());
}

0 comments on commit 93f546b

Please sign in to comment.