moth/cmd/mothd/main_test.go

13 lines
138 B
Go
Raw Normal View History

2020-08-17 17:43:57 -06:00
package main
import (
"testing"
)
func TestEverything(t *testing.T) {
state := NewTestState()
t.Error("No test")
2020-08-18 17:04:23 -06:00
state.refresh()
2020-08-17 17:43:57 -06:00
}