Skip to content

Commit

Permalink
tapret_wlt_receiving_opret: de-ignore and improve to show bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 25, 2024
1 parent 3a7a2e0 commit def083a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ fn mainnet_wlt_receiving_test_asset() {
}

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

Expand Down Expand Up @@ -766,4 +765,24 @@ fn tapret_wlt_receiving_opret() {
300,
1000,
);

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

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

0 comments on commit def083a

Please sign in to comment.