MCPcopy Create free account
hub / github.com/DoNewsCode/core / TestGetCurrentSchedule

Function TestGetCurrentSchedule

cron/helper_test.go:9–11  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestGetCurrentSchedule(t *testing.T) {
10 assert.True(t, GetCurrentSchedule(context.Background()).IsZero())
11}
12
13func TestGetNextSchedule(t *testing.T) {
14 assert.True(t, GetNextSchedule(context.Background()).IsZero())

Callers

nothing calls this directly

Calls 2

GetCurrentScheduleFunction · 0.85
IsZeroMethod · 0.80

Tested by

no test coverage detected