10 lines
153 B
Go
10 lines
153 B
Go
package ftvhunter
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "FTV Hunter", "all") }
|