Skip to content

Commit

Permalink
Update pop-api/integration-tests/src/local_fungibles.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
  • Loading branch information
chungquantin and Daanvdplas authored Jul 24, 2024
1 parent f0b14a8 commit b77ee57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pop-api/integration-tests/src/local_fungibles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ fn transfer_from_works() {
decoded::<Error>(transfer_from(addr.clone(), 1, ALICE, BOB, amount / 2)),
Module { index: 52, error: 3 },
);

// Create asset with Alice as owner and mint `amount` to contract address.
let asset = create_asset_and_mint_to(ALICE, 1, ALICE, amount);
// Unapproved transfer
Expand Down

0 comments on commit b77ee57

Please sign in to comment.