Skip to content

Commit

Permalink
fix: new dataSubmitterPubKey field in config test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdhyn committed Oct 13, 2022
1 parent 3b9072f commit eab8e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ func TestCheckConfig(t *testing.T) {
assert.True(t, strings.HasPrefix(err.Error(), errors.ErrMissingEmptyConfigSection.Error()))

botConfig := config.BotConfig{
Name: "test",
Name: "test",
DataSubmitterPubKey: "0xDEADBEEF",
StrategyDetails: config.Strategy{
PosManagementSleepMilliseconds: 101,
MarketPriceSteeringRatePerSecond: 1,
Expand Down

0 comments on commit eab8e7a

Please sign in to comment.