Skip to content

Commit

Permalink
chore: #[should_panic]
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed Oct 31, 2024
1 parent 1c6c407 commit e259060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use tracing_subscriber::fmt::format::FmtSpan;
/// [`tokio_util::codec`](https://docs.rs/tokio-util/latest/tokio_util/codec)
/// [`poll_shutdown`](AsyncWrite::poll_shutdown)
/// [`poll_flush`](AsyncWrite::poll_flush)
#[should_panic = "Flush after shutdown"] // TODO: this should be removed when the bug is fixed
#[test]
fn issue_246() {
tracing_subscriber::fmt()
Expand Down

0 comments on commit e259060

Please sign in to comment.