Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrank63 committed Dec 11, 2022
1 parent 60ad87d commit 54c1182
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions governor/tests/keyed_dashmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,7 @@ fn peek_does_not_change_the_decision_n() {
clock.advance(ms);
assert!(lb.check_key(key).is_ok());

assert_ne!(
Ok(()),
lb.peek_key_n(key, nonzero!(2u32))
);
assert_ne!(Ok(()), lb.peek_key_n(key, nonzero!(2u32)));

clock.advance(ms);
assert_ne!(Ok(()), lb.check_key(key));
Expand Down

0 comments on commit 54c1182

Please sign in to comment.