mirror of
https://github.com/rfyiamcool/cronlib.git
synced 2025-10-05 11:16:48 +08:00
update go mod
This commit is contained in:
11
scheduler_test.go
Normal file
11
scheduler_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package cronlib
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestToDO(t *testing.T) {
|
||||
assert.Equal(t, 0, 0)
|
||||
}
|
Reference in New Issue
Block a user