mirror of
https://github.com/fluffle/goirc
synced 2025-06-07 15:23:20 +00:00
Merge pull request #42 from StalkR/tracker
state/tracker_test: remove undefined init
This commit is contained in:
commit
9f1f64cb09
1 changed files with 1 additions and 10 deletions
|
@ -1,15 +1,6 @@
|
||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
import "testing"
|
||||||
"github.com/fluffle/goirc/logging"
|
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
// This is probably a dirty hack...
|
|
||||||
logging.InitFromFlags()
|
|
||||||
logging.SetLogLevel(logging.LogFatal)
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestSTNewTracker(t *testing.T) {
|
func TestSTNewTracker(t *testing.T) {
|
||||||
st := NewTracker("mynick")
|
st := NewTracker("mynick")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue