cosmwasm: Add missing pendingWithoutWasmd() to test

This commit is contained in:
willclarktech
2020-08-05 12:19:33 +02:00
parent 4c5c12e1c5
commit 5626582a79
@@ -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);