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 ...@@ -9,7 +9,6 @@ package gateway
import ( import (
"fmt" "fmt"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/storage" "gitlab.com/elixxir/client/storage"
"gitlab.com/elixxir/comms/network" "gitlab.com/elixxir/comms/network"
"gitlab.com/elixxir/crypto/fastRNG" "gitlab.com/elixxir/crypto/fastRNG"
...@@ -510,7 +509,6 @@ func TestHostPool_UpdateNdf(t *testing.T) { ...@@ -510,7 +509,6 @@ func TestHostPool_UpdateNdf(t *testing.T) {
// Full test // Full test
func TestHostPool_GetPreferred(t *testing.T) { func TestHostPool_GetPreferred(t *testing.T) {
jww.SetLogThreshold(jww.LevelTrace)
manager := newMockManager() manager := newMockManager()
rng := fastRNG.NewStreamGenerator(1, 1, csprng.NewSystemRNG) rng := fastRNG.NewStreamGenerator(1, 1, csprng.NewSystemRNG)
testNdf := getTestNdf(t) testNdf := getTestNdf(t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment