Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed May 31, 2024
1 parent a1cfe02 commit 5eb316e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tx/src/__tests__/gas.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,9 @@ describe("getGasFeeAmount", () => {
"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
});

expect(gasAmount.denom).toBe("uion");
expect(gasAmount.denom).toBe(
"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2"
);
expect(gasAmount.amount).toBe(expectedGasAmount);
expect(gasAmount.isNeededForTx).toBe(false);
});
Expand Down

0 comments on commit 5eb316e

Please sign in to comment.