Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Mar 3, 2023
commit 666b67db4fde8ab17d2babcbae98d892719d8f08
3 changes: 2 additions & 1 deletion frame/message-queue/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,8 @@ fn permanently_overweight_book_unknits_multiple() {
});
}

/// We don't want empty books in the ready ring, but if they somehow make their way in there, it should not panic.
/// We don't want empty books in the ready ring, but if they somehow make their way in there, it
/// should not panic.
#[test]
#[cfg(not(debug_assertions))]
fn ready_but_empty_does_not_panic() {
Expand Down