Skip to content

Commit

Permalink
Fix prices cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Mar 20, 2024
1 parent 8e81ced commit f8d5b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/x/prices/client/cli/prices_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (s *PricesIntegrationTestSuite) SetupTest() {
// Enable the Price daemon.
appOptions.Set(daemonflags.FlagPriceDaemonEnabled, true)
appOptions.Set(daemonflags.FlagPriceDaemonLoopDelayMs, 1_000)
appOptions.Set(daemonflags.FlagOracleEnabled, false)

homeDir := filepath.Join(testval.Dir, "simd")
configs.WriteDefaultPricefeedExchangeToml(homeDir) // must manually create config file.
Expand Down

0 comments on commit f8d5b94

Please sign in to comment.