From 0a1b63fa764a9346819893297ee9b4d21faf8c7b Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 18 Sep 2018 17:46:23 -0700 Subject: [PATCH] testing --- core/services_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services_test.go b/core/services_test.go index 9afdfce9..6a5773f5 100644 --- a/core/services_test.go +++ b/core/services_test.go @@ -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) {