Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 25, 2024
1 parent df76616 commit a078334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/tests/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ where
let t = serde_json::from_value::<T>(value_des.clone())?;
// let value_ser = serde_json::to_value(&t)?;

// TODO https://github.com/iotaledger/iota-sdk/issues/1883
// assert_eq!(value_des, value_ser);

Ok(t)
Expand Down

0 comments on commit a078334

Please sign in to comment.