Fix clippy in ephemera

This commit is contained in:
Jon Häggblad
2023-11-17 09:15:42 +01:00
parent 0a3c2b3cca
commit f0dade3c5b
+3 -1
View File
@@ -580,7 +580,9 @@ mod test {
}
#[tokio::test]
#[should_panic]
#[should_panic(
expected = "Received committed block which isn't last produced block, this is a bug!"
)]
async fn test_on_committed_with_invalid_pending_block() {
let (mut manager, _) = block_manager_with_defaults();