File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ describe("GasPrice", () => {
30
30
"0.14ucoin2" : { amount : "0.14" , denom : "ucoin2" } ,
31
31
// eslint-disable-next-line @typescript-eslint/naming-convention
32
32
"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
+ } ,
38
37
} ;
39
38
for ( const [ input , expected ] of Object . entries ( inputs ) ) {
40
39
const gasPrice = GasPrice . fromString ( input ) ;
You can’t perform that action at this time.
0 commit comments