mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
makes clippy happy
This commit is contained in:
parent
23ec7db3f9
commit
2999ae3da4
@ -1251,10 +1251,7 @@ mod tests {
|
||||
}
|
||||
Err(RecvTimeoutError::Disconnected) => panic!("The scheduler crashed."),
|
||||
};
|
||||
assert!(
|
||||
b == false,
|
||||
"Found the breakpoint handle in a bad state. Check your test suite"
|
||||
);
|
||||
assert!(!b, "Found the breakpoint handle in a bad state. Check your test suite");
|
||||
|
||||
self.last_breakpoint = breakpoint_2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user