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 3a96036 commit 48fec37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pop-api/integration-tests/src/local_fungibles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ fn transfer_from_works() {
let _ = env_logger::try_init();
let addr = instantiate("contracts/fungibles/target/ink/fungibles.wasm", INIT_VALUE, vec![]);
let amount: Balance = 100 * UNIT;
let owner = addr.clone();
let delegate = CHARLIE;
let asset = ASSET_ID;

// Asset does not exist
assert_eq!(
Expand Down

0 comments on commit 48fec37

Please sign in to comment.