mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
makes clippy happy
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user