bilibili-backup/app/job/main/figure-timer/dao/mock_dao/mock_test.go

14 lines
181 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
package mock_dao
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestFake(t *testing.T) {
Convey("Test fake", t, func() {
t.Log("nothing here")
})
}