diff --git a/tests/transfers.rs b/tests/transfers.rs index 083b3c5..fd5c415 100644 --- a/tests/transfers.rs +++ b/tests/transfers.rs @@ -492,8 +492,6 @@ fn accept_0conf() { wlt_2.accept_transfer(consignment.clone()); - // TODO: check if it's correct that sender sees 2 allocations - /* wlt_1.sync(); wlt_1.check_allocations( contract_id, @@ -502,7 +500,6 @@ fn accept_0conf() { vec![issue_supply - amt], false, ); - */ wlt_2.check_allocations( contract_id, &iface_type_name,