We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa091dd commit 1e14209Copy full SHA for 1e14209
config/peers_test.go
@@ -16,11 +16,11 @@ func TestResolvePeers(t *testing.T) {
16
expectedError error
17
}{
18
"mainnet network": {
19
- network: network.Mainnet,
+ network: network.Mainnet,
20
expectedPeers: []string{},
21
},
22
"sepolia network": {
23
- network: network.Testnet,
+ network: network.Testnet,
24
25
26
"developer network": {
0 commit comments