moth/cmd/mothd/main_test.go

13 lines
137 B
Go

package main
import (
"testing"
)
func TestEverything(t *testing.T) {
state := NewTestState()
t.Error("No test")
state.Update()
}