Skip to content

Commit

Permalink
ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cassyunknown committed Feb 11, 2022
1 parent f39964d commit bfe653e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/storage/seg/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ fn new_file_backed_cache_changed_and_restored() {
// "latte" should now be in cache
assert!(cache.get(b"latte").is_some());


assert_eq!(cache.items(), 1);
assert_eq!(cache.segments.free(), SEGMENTS - 1);

Expand Down

0 comments on commit bfe653e

Please sign in to comment.