Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jan 23, 2025
1 parent 8741619 commit 57d14f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lance-io/src/object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ mod tests {
#[case] uri: &str,
#[case] storage_options: Option<HashMap<String, String>>,
) {
test_block_size_used_test_helper(&uri, storage_options, 64 * 1024).await;
test_block_size_used_test_helper(uri, storage_options, 64 * 1024).await;
}

#[rstest]
Expand Down

0 comments on commit 57d14f4

Please sign in to comment.