Skip to content

Commit

Permalink
Tests proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jul 2, 2015
1 parent cbbdd6f commit ff9f0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dcron/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,6 @@ func Test_UnmarshalTags(t *testing.T) {

func Test_SuccessCount(t *testing.T) {
}

func Test_schedulerRestart(t *testing.T) {
}
1 change: 0 additions & 1 deletion dcron/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ func TestSchedule(t *testing.T) {
if len(sched.Cron.Entries()) > 1 {
t.Fatal("The scheduler has more jobs than expected.")
}

}

0 comments on commit ff9f0ac

Please sign in to comment.