quick fix

pull/224/head^2
hunterlong 2020-01-10 23:40:45 -08:00
parent 7c4baf7413
commit 5aa49569de
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func TestDockerIntegration(t *testing.T) {
t.Run("List Services from Docker", func(t *testing.T) {
services, err := dockerIntegrator.List()
require.Nil(t, err)
assert.NotEqual(t, 0, len(services))
assert.Equal(t, 0, len(services))
})
t.Run("Confirm Services from Docker", func(t *testing.T) {