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 30, 2024
1 parent 5b6f29c commit 4a242d6
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,4 +775,26 @@ 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,
600,
1000,
None,
);
}

0 comments on commit 4a242d6

Please sign in to comment.