Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 22, 2024
1 parent 132c7bb commit c4c4856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/testcases/run_in_band/tokenfactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ describe('Neutron / Tokenfactory', () => {
);
expect(burnRes.code).toBe(0);

// TODO: test burn from different address?

const balanceAfter = parseInt(
(await neutronClient.getBalance(neutronWallet.address, newTokenDenom))
.amount,
Expand Down

0 comments on commit c4c4856

Please sign in to comment.