Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Aug 12, 2024
1 parent d5b600a commit f642205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testcases/parallel/grpc_queries.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { MsgCreateDenom } from '@neutron-org/neutronjs/osmosis/tokenfactory/v1be
import { COSMOS_DENOM, NEUTRON_DENOM } from '../../helpers/constants';
import config from '../../config.json';

describe('Neutron / Stargate Queries', () => {
describe('Neutron / Grpc Queries', () => {
let testState: LocalState;
let neutronClient: SigningNeutronClient;
let neutronWallet: Wallet;
Expand Down Expand Up @@ -217,7 +217,7 @@ describe('Neutron / Stargate Queries', () => {
test('tokenfactory denom authority metadata should work', async () => {
const res = await querySmart({
tokenfactory_denom_authority_metadata: {
creator: neutronAccount.wallet.address.toString(),
creator: neutronWallet.address,
subdenom: newTokenDenom,
},
});
Expand Down

0 comments on commit f642205

Please sign in to comment.