Skip to content

Commit

Permalink
feat: update clients_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed May 28, 2024
1 parent 8dff99d commit a9e8b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/pkg/clients/clients_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestClients(t *testing.T) {
map[string][]string{
"consensus": {"lighthouse", "prysm", "teku", "lodestar"},
"validator": {"lighthouse", "prysm", "teku", "lodestar"},
"execution": {"nethermind", "geth", "besu", "erigon"},
"execution": {"nethermind", "geth", "besu", "erigon", "reth"},
},
[]string{"consensus"},
"mainnet",
Expand All @@ -112,7 +112,7 @@ func TestClients(t *testing.T) {
{
map[string][]string{
"validator": {"lighthouse", "prysm", "teku", "lodestar"},
"execution": {"nethermind", "geth", "besu", "erigon"},
"execution": {"nethermind", "geth", "besu", "erigon", "reth"},
},
[]string{"execution", "validator"},
"mainnet",
Expand All @@ -122,7 +122,7 @@ func TestClients(t *testing.T) {
map[string][]string{
"validator": {"lighthouse", "prysm", "teku", "lodestar"},
"consensus": {"lighthouse", "prysm", "teku", "lodestar"},
"execution": {"nethermind", "geth", "besu", "erigon"},
"execution": {"nethermind", "geth", "besu", "erigon","reth"},
},
[]string{"consensus", "other"},
"mainnet",
Expand Down

0 comments on commit a9e8b75

Please sign in to comment.