Skip to content

Commit

Permalink
Update path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Nov 21, 2024
1 parent 898b3da commit 552aa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network/switch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestNetworkSwitch(t *testing.T) {
assert.Equal(t, []config.Peer{localpeer}, cfg.Farmer.FullNodePeers)
assert.Equal(t, "db/blockchain_v2_unittestnet.sqlite", cfg.FullNode.DatabasePath)
assert.Equal(t, []string{"dns-introducer-unittestnet.chia.net"}, cfg.FullNode.DNSServers)
assert.Equal(t, "peers-unittestnet.dat", cfg.FullNode.PeersFilePath)
assert.Equal(t, "db/peers-unittestnet.dat", cfg.FullNode.PeersFilePath)
assert.Equal(t, port, cfg.FullNode.Port)
assert.Equal(t, config.Peer{Host: "introducer-unittestnet.chia.net", Port: port}, cfg.FullNode.IntroducerPeer)
assert.Equal(t, port, cfg.Introducer.Port)
Expand Down

0 comments on commit 552aa04

Please sign in to comment.