Adapt BCP tests

This commit is contained in:
Simon Warta 2020-02-27 23:55:03 +01:00
parent 836e6a6c5e
commit 09afd8e00d

View File

@ -425,7 +425,7 @@ describe("CosmWasmConnection", () => {
assert(isConfirmedTransaction(getResponse), "Expected transaction to succeed");
assert(getResponse.log, "Log must be available");
const [firstLog] = JSON.parse(getResponse.log);
expect(firstLog.events.length).toEqual(1);
expect(firstLog.events.length).toEqual(2);
const { transaction, signatures } = getResponse;
assert(isSendTransaction(transaction), "Expected send transaction");