diff --git a/tasks_test.go b/tasks_test.go index 9b8d96f..6d9371e 100644 --- a/tasks_test.go +++ b/tasks_test.go @@ -27,9 +27,6 @@ func TestAdd(t *testing.T) { } tt := scheduler.Tasks() - if err != nil { - t.Errorf("Unable to find scheduled tasks - %s", err) - } if len(tt) < 1 { t.Errorf("Unable to find newly scheduled task with Tasks") }