Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jun 4, 2024
1 parent 12af21f commit 41a1aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signer/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ func TestRuntimeConfigWriteConfigFile(t *testing.T) {
PrivValAddr: "tcp://127.0.0.1:3456",
},
},
MaxReadSize: 1024 * 1024,
},
}

Expand All @@ -404,6 +405,7 @@ chainNodes:
- privValAddr: tcp://127.0.0.1:3456
debugAddr: ""
grpcAddr: ""
maxReadSize: 1048576
`, string(configYamlBz))
}

Expand Down

0 comments on commit 41a1aa4

Please sign in to comment.