Files
goyomi/sources/all/playmatehunter/playmatehunter_test.go
T

10 lines
163 B
Go

package playmatehunter
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Playmate Hunter", "all") }