mirror of https://github.com/statping/statping
quick fix
parent
7c4baf7413
commit
5aa49569de
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue