Skip to content

Commit

Permalink
Replace fmt to test log for dynamicbanscore_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Feb 13, 2020
1 parent 530ea00 commit c982d9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connmgr/dynamicbanscore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package connmgr

import (
"fmt"
"math"
"testing"
"time"
Expand Down Expand Up @@ -77,5 +76,5 @@ func TestDynamicBanScoreString(t *testing.T) {
if r != 150 {
t.Errorf("Unexpected result %d after ban score increase.", r)
}
fmt.Println(bs.String())
t.Log(bs.String())
}

0 comments on commit c982d9b

Please sign in to comment.