moth/cmd/mothd/main_test.go

13 lines
137 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")
state.Update()
}