Skip to content

Commit

Permalink
test(network): add path to peerstore in Network tests (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Jul 1, 2024
1 parent ed1c5ae commit baa4a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func testConfig() *Config {
ForcePrivateNetwork: true,
NetworkName: "test",
DefaultPort: 12345,
PeerStorePath: util.TempFilePath(),
}
}

Expand Down

0 comments on commit baa4a13

Please sign in to comment.