pull/791/head
hunterlong 2020-08-21 21:40:33 -07:00
parent d0c129f93b
commit ae3735f0cf
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ func TestServices(t *testing.T) {
item, err := Find(1) item, err := Find(1)
require.Nil(t, err) require.Nil(t, err)
amount := item.Downtime().Seconds() amount := item.Downtime().Seconds()
assert.GreaterOrEqual(t, float64(75), amount) assert.GreaterOrEqual(t, int64(75), int64(amount))
}) })
t.Run("Test Failures Since", func(t *testing.T) { t.Run("Test Failures Since", func(t *testing.T) {