Skip to content

Commit

Permalink
fixup! discovery/gossiper test: add TestRetransmit
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Oct 30, 2018
1 parent 86fa8c1 commit 8821aad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discovery/gossiper_test.go
Expand Up @@ -2522,8 +2522,7 @@ func TestRetransmit(t *testing.T) {

select {
case <-ctx.broadcastedMessage:
// TODO: enable after wilmer's private node announcement thing is merged.
// t.Fatal("node announcement was broadcast")
t.Fatal("node announcement was broadcast")
case <-time.After(2 * trickleDelay):
}

Expand Down

0 comments on commit 8821aad

Please sign in to comment.