Skip to content

Commit

Permalink
chore: add response check
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 22, 2023
1 parent dee8b25 commit 1be9e22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ describe("CosmosClient", () => {
const _path = path.resolve(__dirname, "../..", "wasm/multi_send.wasm");
console.log("contract path:", _path);
const response = await cosmosClient.uploadWasm(_path);

console.log(response);

expect(response).toBeDefined();
});
});

0 comments on commit 1be9e22

Please sign in to comment.