mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
multiple describe blocks
This commit is contained in:
parent
ac765342eb
commit
f461bfa0eb
@ -101,8 +101,10 @@ describe("AuthzExtension", () => {
|
|||||||
|
|
||||||
tmClient.disconnect();
|
tmClient.disconnect();
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
it("works querying by granter", async () => {
|
describe("granter grants", () => {
|
||||||
|
it("works", async () => {
|
||||||
pendingWithoutSimapp46();
|
pendingWithoutSimapp46();
|
||||||
const [client, tmClient] = await makeClientWithAuthz(simapp.tendermintUrl);
|
const [client, tmClient] = await makeClientWithAuthz(simapp.tendermintUrl);
|
||||||
const response = await client.authz.granterGrants(granter1Address);
|
const response = await client.authz.granterGrants(granter1Address);
|
||||||
@ -127,8 +129,10 @@ describe("AuthzExtension", () => {
|
|||||||
|
|
||||||
tmClient.disconnect();
|
tmClient.disconnect();
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
it("works querying by grantee", async () => {
|
describe("grantee grants", () => {
|
||||||
|
it("works", async () => {
|
||||||
pendingWithoutSimapp46();
|
pendingWithoutSimapp46();
|
||||||
const [client, tmClient] = await makeClientWithAuthz(simapp.tendermintUrl);
|
const [client, tmClient] = await makeClientWithAuthz(simapp.tendermintUrl);
|
||||||
const response = await client.authz.granteeGrants(grantee1Address);
|
const response = await client.authz.granteeGrants(grantee1Address);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user