good morning!!!!

Skip to content
Snippets Groups Projects
Commit 104e6b20 authored by Janoš Guljaš's avatar Janoš Guljaš Committed by Anton Evangelatov
Browse files

swarm/pss/notify: shutdown net in TestStart to fix OOM issue (#18953)

parent 616cf782
No related merge requests found
......@@ -51,6 +51,7 @@ func TestStart(t *testing.T) {
ID: "0",
DefaultService: "bzz",
})
defer net.Shutdown()
leftNodeConf := adapters.RandomNodeConfig()
leftNodeConf.Services = []string{"bzz", "pss"}
leftNode, err := net.NewNodeWithConfig(leftNodeConf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment