Skip to content
Snippets Groups Projects
Commit de2196b1 authored by Jake Taylor's avatar Jake Taylor
Browse files

added some testing

parent 0d5a889b
Branches
Tags
3 merge requests!53Release,!24Lesure/offline nodes,!15prevent hostpool from adding stale nodes
......@@ -9,7 +9,6 @@ package gateway
import (
"fmt"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/storage"
"gitlab.com/elixxir/comms/network"
"gitlab.com/elixxir/crypto/fastRNG"
......@@ -510,7 +509,6 @@ func TestHostPool_UpdateNdf(t *testing.T) {
// Full test
func TestHostPool_GetPreferred(t *testing.T) {
jww.SetLogThreshold(jww.LevelTrace)
manager := newMockManager()
rng := fastRNG.NewStreamGenerator(1, 1, csprng.NewSystemRNG)
testNdf := getTestNdf(t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment