Skip to content

Commit 05aa953

Browse files
authored
enable TestAutoGasPrices test (#986)
* enable TestAutoGasPrices test * Merge branch 'master' into milad/re-enable-auto-gas-testwq * Merge branch 'master' into milad/re-enable-auto-gas-testwq
1 parent 5bb1688 commit 05aa953

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/cored/cosmoscmd/gas_price_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import (
2121
)
2222

2323
func TestAutoGasPrices(t *testing.T) {
24-
// TODO(fix-tests)
25-
t.SkipNow()
2624
testNetwork := network.New(t)
2725
ctx := testNetwork.Validators[0].ClientCtx
2826
denom := testNetwork.Config.BondDenom

0 commit comments

Comments
 (0)