Skip to content
Snippets Groups Projects
Commit 653b444b authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix broken test

parent 34bfae22
No related branches found
No related tags found
1 merge request!23Release
......@@ -13,7 +13,9 @@ import (
"gitlab.com/elixxir/client/network/message"
"gitlab.com/elixxir/client/storage"
pb "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/elixxir/crypto/fastRNG"
"gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/crypto/csprng"
"gitlab.com/xx_network/primitives/id"
"gitlab.com/xx_network/primitives/ndf"
"testing"
......@@ -29,6 +31,7 @@ func newManager(face interface{}) *Manager {
Internal: internal.Internal{
Session: sess1,
TransmissionID: sess1.GetUser().TransmissionID,
Rng: fastRNG.NewStreamGenerator(1, 1, csprng.NewSystemRNG),
},
}
return testManager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment