Skip to content

Commit

Permalink
Flush in creates_dir_if_not_present_append (#4872) (#4874)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Sep 28, 2023
1 parent 284556e commit 471f6dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object_store/src/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,8 @@ mod not_wasm_tests {

writer.write_all(data.as_ref()).await.unwrap();

writer.flush().await.unwrap();

let read_data = integration
.get(&location)
.await
Expand Down

0 comments on commit 471f6dd

Please sign in to comment.