mirror of
https://github.com/rfyiamcool/cronlib.git
synced 2025-09-27 16:22:06 +08:00
12 lines
134 B
Go
12 lines
134 B
Go
package cronlib
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/stretchr/testify/assert"
|
|
)
|
|
|
|
func TestToDO(t *testing.T) {
|
|
assert.Equal(t, 0, 0)
|
|
}
|