fn test_eif_section_header_from_be_bytes_invalid_length()

in src/defs/mod.rs [368:371]


    fn test_eif_section_header_from_be_bytes_invalid_length() {
        let bytes = [0u8; 16];
        assert!(EifSectionHeader::from_be_bytes(&bytes).is_err());
    }