Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 1, 2024
1 parent 9c38202 commit 1aac40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/consensus/src/transaction/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ mod tests {
}

#[test]
#[cfg(feature = "k256")]
fn test_arbitrary_envelope() {
let mut unstructured = arbitrary::Unstructured::new(b"arbitrary tx envelope");
let tx = TxEnvelope::arbitrary(&mut unstructured).unwrap();
Expand Down

0 comments on commit 1aac40b

Please sign in to comment.