Files
cronlib/scheduler_test.go
2020-07-18 10:34:13 +08:00

12 lines
134 B
Go

package cronlib
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestToDO(t *testing.T) {
assert.Equal(t, 0, 0)
}