Files
openbilibili/app/service/main/antispam/service/transform_test.go
2019-04-22 20:46:32 +08:00

20 lines
268 B
Go

package service
import "testing"
func TestToDaoArea(t *testing.T) {
ToDaoArea("reply")
}
func TestToModelArea(t *testing.T) {
ToModelArea(1)
}
func TestToDaoState(t *testing.T) {
ToDaoState("default")
}
func TestToModelState(t *testing.T) {
ToModelState(1)
}