Skip to content

Commit a691723

Browse files
fix: remove feature requirement for test
Co-authored-by: Joonas Koivunen <[email protected]>
1 parent 010926c commit a691723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: crates/interledger-stream/src/packet.rs

-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ mod fuzzing {
887887
use bytes::{Buf, BytesMut};
888888

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

0 commit comments

Comments
 (0)