Skip to content

Commit

Permalink
fix: remove feature requirement for test
Browse files Browse the repository at this point in the history
Co-authored-by: Joonas Koivunen <joonas.koivunen@gmail.com>
  • Loading branch information
whalelephant and koivunej committed May 5, 2021
1 parent 010926c commit a691723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/interledger-stream/src/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ mod fuzzing {
use bytes::{Buf, BytesMut};

#[test]
#[cfg(feature = "strict")]
fn fuzzed_0_extra_trailer_bytes() {
// From the [RFC]'s it sounds like the at least trailer junk should be kept around,
// but only under the condition that they are zero-bytes and MUST be ignored in parsing.
Expand Down

0 comments on commit a691723

Please sign in to comment.