mirror of https://github.com/statping/statping
testing
parent
4598d0688e
commit
0a1b63fa76
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue