Skip to content

Commit

Permalink
Revert change on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Sep 27, 2018
1 parent e627dba commit 14eb4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/service_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestIntegrationStopNotExistingService(t *testing.T) {
require.Nil(t, err)
namespace := []string{"TestStopNotExistingService"}
err = c.StopService(namespace)
require.NotNil(t, err)
require.Nil(t, err)
}

func TestIntegrationStatusNeverStarted(t *testing.T) {
Expand Down

0 comments on commit 14eb4d6

Please sign in to comment.