X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fmanagers%2Fe2t_shutdown_manager_test.go;h=9e3fcc349fddfd2bca5835700b8c2c1922f22051;hb=a07b8597afc9d063a7f37a376a5bcf29ba29b557;hp=499f0676913fd47adca17fc8bdc1542ad87df407;hpb=bcab97d45f6e6c39a37b7500314271b31f791a3d;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/managers/e2t_shutdown_manager_test.go b/E2Manager/managers/e2t_shutdown_manager_test.go index 499f067..9e3fcc3 100644 --- a/E2Manager/managers/e2t_shutdown_manager_test.go +++ b/E2Manager/managers/e2t_shutdown_manager_test.go @@ -184,7 +184,7 @@ func TestShutdownSuccess1Instance2Rans(t *testing.T) { readerMock.AssertExpectations(t) writerMock.AssertExpectations(t) httpClientMock.AssertExpectations(t) - + } func TestShutdownE2tInstanceAlreadyBeingDeleted(t *testing.T) { @@ -201,7 +201,7 @@ func TestShutdownE2tInstanceAlreadyBeingDeleted(t *testing.T) { readerMock.AssertExpectations(t) writerMock.AssertExpectations(t) httpClientMock.AssertExpectations(t) - + } func TestShutdownFailureMarkInstanceAsToBeDeleted(t *testing.T) { @@ -218,7 +218,7 @@ func TestShutdownFailureMarkInstanceAsToBeDeleted(t *testing.T) { readerMock.AssertExpectations(t) writerMock.AssertExpectations(t) httpClientMock.AssertExpectations(t) - + } func TestShutdownFailureRoutingManagerError(t *testing.T) { @@ -273,7 +273,7 @@ func TestShutdownFailureRoutingManagerError(t *testing.T) { readerMock.AssertExpectations(t) writerMock.AssertExpectations(t) httpClientMock.AssertExpectations(t) - + } func TestShutdownFailureInClearNodebsAssociation(t *testing.T) {