Adapt BCP tests
This commit is contained in:
parent
836e6a6c5e
commit
09afd8e00d
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user