Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
damip committed Jan 12, 2025
1 parent 0c3e88a commit ea151e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-models/src/datastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ mod tests {
#[test]
fn test_cleanup_datastore_key_range_query() {
// Case 1: Valid inputs
let prefix = b"valid_prefix".to_vec();
let prefix = b"prfx".to_vec();
let start_bound = Bound::Included(b"start_key".to_vec());
let end_bound = Bound::Excluded(b"end_key".to_vec());
let count = Some(10);
Expand Down

0 comments on commit ea151e2

Please sign in to comment.