Skip to content

Commit 1e14209

Browse files
Refactor peer test cases for consistency in network assignment
1 parent aa091dd commit 1e14209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/peers_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ func TestResolvePeers(t *testing.T) {
1616
expectedError error
1717
}{
1818
"mainnet network": {
19-
network: network.Mainnet,
19+
network: network.Mainnet,
2020
expectedPeers: []string{},
2121
},
2222
"sepolia network": {
23-
network: network.Testnet,
23+
network: network.Testnet,
2424
expectedPeers: []string{},
2525
},
2626
"developer network": {

0 commit comments

Comments
 (0)