Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mosyp committed Sep 9, 2021
1 parent 640b978 commit 92e7beb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rust/tests/checkpoint_writer_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ async fn test_checkpoints_with_tombstones_map_support() {

let (removes1, opt1) = pseudo_optimize(&mut table, 5 * 59 * 1000).await;
assert_eq!(table.get_files(), vec![opt1.path.as_str()]);
assert_eq!(
table.get_state().all_tombstones(),
&removes1
);
assert_eq!(table.get_state().all_tombstones(), &removes1);

checkpoints::create_checkpoint_from_table(&table)
.await
Expand Down

0 comments on commit 92e7beb

Please sign in to comment.