mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +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."),
|
Err(RecvTimeoutError::Disconnected) => panic!("The scheduler crashed."),
|
||||||
};
|
};
|
||||||
assert!(
|
assert!(!b, "Found the breakpoint handle in a bad state. Check your test suite");
|
||||||
b == false,
|
|
||||||
"Found the breakpoint handle in a bad state. Check your test suite"
|
|
||||||
);
|
|
||||||
|
|
||||||
self.last_breakpoint = breakpoint_2;
|
self.last_breakpoint = breakpoint_2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user