Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cdc-Hitesh committed Sep 15, 2021
1 parent 8d8b721 commit 83c6b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/transaction/msg/ibc/applications/MsgTransfer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ describe('Testing MsgTransfer', function () {
});

// Case when timeoutHeight and token is undefined
const msgTransferIBC_UNdefined = new cro.ibc.MsgTransfer({
const msgTransferIBC_Undefined = new cro.ibc.MsgTransfer({
sourcePort: 'transfer',
sourceChannel: 'channel-33',
sender: 'tcro15sfupd26sp6qf37ll5q6xuf330k7df9tnvrqht',
receiver: 'cosmos1vw4ucaeagtduv5ep4sa95e3aqzqpsk5meda08c',
timeoutTimestampInNanoSeconds: Long.fromString('1620640362229420996'),
});

expect(msgTransferIBC_UNdefined.toRawAminoMsg()).to.deep.eq({
expect(msgTransferIBC_Undefined.toRawAminoMsg()).to.deep.eq({
type: 'cosmos-sdk/MsgTransfer',
value: {
receiver: 'cosmos1vw4ucaeagtduv5ep4sa95e3aqzqpsk5meda08c',
Expand Down

0 comments on commit 83c6b28

Please sign in to comment.