Skip to content

Commit a752cd8

Browse files
committed
fix: lint
1 parent fb20b92 commit a752cd8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/stargate/src/fee.spec.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ describe("GasPrice", () => {
3030
"0.14ucoin2": { amount: "0.14", denom: "ucoin2" },
3131
// eslint-disable-next-line @typescript-eslint/naming-convention
3232
"0.14FOOBAR": { amount: "0.14", denom: "FOOBAR" },
33-
"0.01ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2":
34-
{
35-
amount: "0.01",
36-
denom: "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
37-
},
33+
"0.01ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2": {
34+
amount: "0.01",
35+
denom: "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
36+
},
3837
};
3938
for (const [input, expected] of Object.entries(inputs)) {
4039
const gasPrice = GasPrice.fromString(input);

0 commit comments

Comments
 (0)