Skip to content

Commit

Permalink
fix stargate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 13, 2023
1 parent 6decd6d commit 1581385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/testcases/parallel/stargate_queries.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ describe('Neutron / Simple', () => {

test('tokenfactory params should work', async () => {
const res = JSON.parse(await querySmart({ tokenfactory_params: {} }));
expect(res.params.denom_creation_fee[0].denom).toBe('untrn');
expect(res.params.denom_creation_fee[0].amount).toBe('1000000');
expect(res.params.denom_creation_gas_consume).toBe('0');
});

test('tokenfactory denom authority metadata should work', async () => {
Expand Down

0 comments on commit 1581385

Please sign in to comment.