X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=E2Manager%2Fmocks%2FrnibWriterMock.go;h=b076614c173ae020d62f45c17c61056089f328b9;hb=5de9b208a878150d4f991816d2283720fea36a1c;hp=bf2ed53e10114b83ae401775b01c8b82176dae20;hpb=a957b2009d4833de7961455104194bb021311c9f;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/mocks/rnibWriterMock.go b/E2Manager/mocks/rnibWriterMock.go index bf2ed53..b076614 100644 --- a/E2Manager/mocks/rnibWriterMock.go +++ b/E2Manager/mocks/rnibWriterMock.go @@ -92,7 +92,7 @@ func (rnibWriterMock *RnibWriterMock) RemoveServedNrCells(inventoryName string, return args.Error(0) } -func (rnibWriterMock *RnibWriterMock) UpdateNodebConnectivityState(nodebInfo *entities.NodebInfo, stateChangeMessageChannel string, event string) error { +func (rnibWriterMock *RnibWriterMock) UpdateNodebInfoOnConnectionStatusInversion(nodebInfo *entities.NodebInfo, stateChangeMessageChannel string, event string) error { args := rnibWriterMock.Called(nodebInfo, stateChangeMessageChannel, event) return args.Error(0) } \ No newline at end of file