Skip to content

Commit

Permalink
tapret_wlt_receiving_opret: de-ignore and improve
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 24, 2024
1 parent 205cbf5 commit 652630f
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ fn mainnet_wlt_receiving_test_asset() {
}

#[test]
#[ignore = "this was working, fix needed"]
fn tapret_wlt_receiving_opret() {
initialize();

Expand Down Expand Up @@ -776,6 +775,28 @@ fn tapret_wlt_receiving_opret() {
1000,
None,
);

println!("4th transfer");
wlt_2.send(
&mut wlt_1,
TransferType::Blinded,
contract_id,
&iface_type_name,
560,
1000,
None,
);

println!("5th transfer");
wlt_1.send(
&mut wlt_2,
TransferType::Blinded,
contract_id,
&iface_type_name,
570,
1000,
None,
);
}

#[test]
Expand Down

0 comments on commit 652630f

Please sign in to comment.