Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Mar 27, 2024
1 parent b5894d4 commit 57a246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/test_env_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (b *CLTestEnvBuilder) Build() (*CLClusterTestEnv, error) {
// but I don't know how that config file is to be created or whether anyone ever done that
var rpcProvider test_env.RpcProvider
b.privateEthereumNetworks[0].DockerNetworkNames = []string{b.te.DockerNetwork.Name}
networkConfig, rpcProvider, err := b.te.StartEthereumNetwork(b.privateEthereumNetworks[0])
networkConfig, rpcProvider, err = b.te.StartEthereumNetwork(b.privateEthereumNetworks[0])
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 57a246f

Please sign in to comment.