1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

state/tracker_test: remove undefined init

This commit is contained in:
StalkR 2014-05-15 13:28:57 +02:00
parent bf726bff88
commit 74716ceb70

View file

@ -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")