Skip to content

Commit

Permalink
chore: rm todo (#1079)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Kurcz <360248+uint@users.noreply.github.com>
  • Loading branch information
Yasir Shariff and uint committed Aug 23, 2023
1 parent 83aa706 commit 7f71f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/fungible-token/tests/workspaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ async fn simulate_transfer_call_with_burned_amount() -> anyhow::Result<()> {
assert!(logs.contains(&"The account of the sender was deleted"));
assert!(logs.contains(&(expected.as_str())));

// TODO: replace the following manual value extraction when workspaces
// resolves https://github.com/near/workspaces-rs/issues/201
match res.receipt_outcomes()[5].clone().into_result()? {
ValueOrReceiptId::Value(val) => {
let used_amount = val.json::<U128>()?;
Expand Down

0 comments on commit 7f71f05

Please sign in to comment.