Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Feb 1, 2024
1 parent 5019ad6 commit bc431f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ mod link {
let resolve_res = client.call(&ink_e2e::alice(), &resolve).dry_run().await?;

// then
assert_eq!(Some(url), resolve_res.return_value());
assert_eq!(resolve_res.return_value(), Some(url));

Ok(())
}
Expand Down

0 comments on commit bc431f7

Please sign in to comment.