cosmwasm: Add missing pendingWithoutWasmd() to test
This commit is contained in:
@@ -295,6 +295,7 @@ describe("WasmExtension", () => {
|
||||
});
|
||||
|
||||
it("is empty for non-existent address", async () => {
|
||||
pendingWithoutWasmd();
|
||||
const client = makeWasmClient(wasmd.endpoint);
|
||||
const nonExistentAddress = makeRandomAddress();
|
||||
const state = await client.wasm.getAllContractState(nonExistentAddress);
|
||||
|
||||
Reference in New Issue
Block a user