bilibili-backup/app/job/main/figure-timer/dao/mock_dao/mock_test.go
2019-04-22 02:59:20 +00:00

14 lines
181 B
Go

package mock_dao
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestFake(t *testing.T) {
Convey("Test fake", t, func() {
t.Log("nothing here")
})
}