Fix proto-signing testing

This commit is contained in:
Simon Warta 2023-04-04 10:38:39 +02:00
parent bb9e52215a
commit 94cce4cbe6

View File

@ -33,7 +33,7 @@ describe("decode", () => {
const decoded = decodeTxRaw(fromHex(testVector.outputs.signedTxBytes));
expect(decoded).toEqual({
authInfo: {
authInfo: jasmine.objectContaining({
signerInfos: [
{
publicKey: {
@ -55,7 +55,7 @@ describe("decode", () => {
granter: "",
amount: [{ amount: "2000", denom: "ucosm" }],
},
},
}),
body: {
memo: "",
timeoutHeight: Long.UZERO,