pull/78/head
Hunter Long 2018-09-18 17:46:23 -07:00
parent 4598d0688e
commit 0a1b63fa76
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func TestSelectAllServices(t *testing.T) {
func TestServiceDowntime(t *testing.T) {
service := SelectService(15)
downtime := service.Downtime()
assert.True(t, downtime.Minutes() > 9)
assert.True(t, downtime.Minutes() > 0)
}
func TestSelectTCPService(t *testing.T) {