Skip to content

Commit

Permalink
Remove/add whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aadomn committed Aug 28, 2024
1 parent f02eca4 commit f8ccd30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/createcluster_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ func TestMultipleAddresses(t *testing.T) {
err := runCreateCluster(context.Background(), io.Discard, clusterConfig{
NumDVs: 4,
NumNodes: 4,
Threshold: minThreshold,
Threshold: minThreshold,
Network: defaultNetwork,
FeeRecipientAddrs: []string{},
WithdrawalAddrs: []string{},
Expand All @@ -587,7 +587,7 @@ func TestMultipleAddresses(t *testing.T) {
err := runCreateCluster(context.Background(), io.Discard, clusterConfig{
NumDVs: 1,
NumNodes: 4,
Threshold: 3,
Threshold: 3,
Network: defaultNetwork,
FeeRecipientAddrs: []string{feeRecipientAddr},
WithdrawalAddrs: []string{},
Expand Down Expand Up @@ -661,7 +661,7 @@ func TestKeymanager(t *testing.T) {
SplitKeysDir: keyDir,
SplitKeys: true,
NumNodes: minNodes,
Threshold: minThreshold,
Threshold: minThreshold,
KeymanagerAddrs: addrs,
KeymanagerAuthTokens: authTokens,
Network: eth2util.Goerli.Name,
Expand Down
6 changes: 3 additions & 3 deletions cmd/createdkg_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestCreateDkgInvalid(t *testing.T) {
"enr:JG4QDKNYm_JK-w6NuRcUFKvJAlq2L4CwkECelzyCVrMWji4YnVRn8AqQEL5fTQotPL2MKxiKNmn2k6XEINtq-6O3Z2GAYGvzr_LgmlkgnY0gmlwhH8AAAGJc2VjcDI1NmsxoQKlO7fSaBa3h48CdM-qb_Xb2_hSrJOy6nNjR0mapAqMboN0Y3CCDhqDdWRwgg4u",
}, validENRs...),
Threshold: 3,
Network: defaultNetwork,
Network: defaultNetwork,
},
errMsg: "invalid ENR: invalid enr record, too few elements",
},
Expand All @@ -78,7 +78,7 @@ func TestCreateDkgInvalid(t *testing.T) {
"enrJG4QDKNYm_JK-w6NuRcUFKvJAlq2L4CwkECelzyCVrMWji4YnVRn8AqQEL5fTQotPL2MKxiKNmn2k6XEINtq-6O3Z2GAYGvzr_LgmlkgnY0gmlwhH8AAAGJc2VjcDI1NmsxoQKlO7fSaBa3h48CdM-qb_Xb2_hSrJOy6nNjR0mapAqMboN0Y3CCDhqDdWRwgg4u",
}, validENRs...),
Threshold: 3,
Network: defaultNetwork,
Network: defaultNetwork,
},
errMsg: "invalid ENR: missing 'enr:' prefix",
},
Expand All @@ -88,7 +88,7 @@ func TestCreateDkgInvalid(t *testing.T) {
"JG4QDKNYm_JK-w6NuRcUFKvJAlq2L4CwkECelzyCVrMWji4YnVRn8AqQEL5fTQotPL2MKxiKNmn2k6XEINtq-6O3Z2GAYGvzr_LgmlkgnY0gmlwhH8AAAGJc2VjcDI1NmsxoQKlO7fSaBa3h48CdM-qb_Xb2_hSrJOy6nNjR0mapAqMboN0Y3CCDhqDdWRwgg4u",
}, validENRs...),
Threshold: 3,
Network: defaultNetwork,
Network: defaultNetwork,
},
errMsg: "invalid ENR: missing 'enr:' prefix",
},
Expand Down

0 comments on commit f8ccd30

Please sign in to comment.