Skip to content

Commit

Permalink
fix(wasm): remove presentation verify from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Oct 2, 2024
1 parent 7de49c8 commit f562735
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/wasm/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ pub async fn test_notarize() -> Result<(), JsValue> {
},
)?;

let presentation = Presentation::deserialize(presentation.serialize())?;

let _ = presentation.verify()?;
let _ = Presentation::deserialize(presentation.serialize())?;

Ok(())
}
Expand Down

0 comments on commit f562735

Please sign in to comment.