mirror of https://github.com/fluffle/goirc
state/tracker_test: remove undefined init
This commit is contained in:
parent
bf726bff88
commit
74716ceb70
|
@ -1,15 +1,6 @@
|
|||
package state
|
||||
|
||||
import (
|
||||
"github.com/fluffle/goirc/logging"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func init() {
|
||||
// This is probably a dirty hack...
|
||||
logging.InitFromFlags()
|
||||
logging.SetLogLevel(logging.LogFatal)
|
||||
}
|
||||
import "testing"
|
||||
|
||||
func TestSTNewTracker(t *testing.T) {
|
||||
st := NewTracker("mynick")
|
||||
|
|
Loading…
Reference in New Issue