Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Aug 21, 2024
1 parent 3dad012 commit fb5dffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ mod tests {
// adding to the same path must fail
prop_assert!(dataset.add_array(path.clone(), metadata.clone()).await.is_err());

// adding to the same path must fail
// first delete must succeed
prop_assert!(dataset.delete_array(path.clone()).await.is_ok());

// deleting twice must fail
Expand Down

0 comments on commit fb5dffb

Please sign in to comment.