mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Update packages/amino/src/stdtx.spec.ts
This commit is contained in:
parent
bd46b88926
commit
000a865f68
@ -64,7 +64,7 @@ describe("isStdTx", () => {
|
||||
});
|
||||
|
||||
it("should return false for an invalid StdTx with missing properties", () => {
|
||||
const { msg, ...invalidTx } = validTx;
|
||||
const { msg: _msg, ...invalidTx } = validTx;
|
||||
expect(isStdTx(invalidTx)).toBeFalsy();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user