stargate: Update broken client.getBlock tests

This commit is contained in:
willclarktech 2020-08-13 12:28:42 +02:00
parent 01a9cf3275
commit c631b18d6e
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -147,7 +147,7 @@ describe("StargateClient", () => {
header: jasmine.objectContaining({
chainId: await client.getChainId(),
}),
txs: [],
txs: jasmine.arrayContaining([]),
}),
);
@ -171,7 +171,7 @@ describe("StargateClient", () => {
height: height - 1,
chainId: await client.getChainId(),
}),
txs: [],
txs: jasmine.arrayContaining([]),
}),
);