From: is005q Date: Tue, 30 Jul 2019 14:16:28 +0000 (+0300) Subject: [RICPLT-1783] Add ValidateAndBuildRanLoadInformationKey | Fix dependencies | Reformat... X-Git-Tag: common/v1.0.11 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b4e0b4076723210ee9b9d97ea943c9402b8ef479;p=ric-plt%2Fnodeb-rnib.git [RICPLT-1783] Add ValidateAndBuildRanLoadInformationKey | Fix dependencies | Reformat code Change-Id: I614c4f2b95e79c5b3a67f21cda7dd0dbd7814e05 Signed-off-by: is005q --- diff --git a/common/utils_test.go b/common/utils_test.go index 2364467..f9d71cc 100644 --- a/common/utils_test.go +++ b/common/utils_test.go @@ -133,7 +133,7 @@ func TestValidateAndBuildRanLoadInformationKeySuccess(t *testing.T) { delimiter := ":" key, err := ValidateAndBuildRanLoadInformationKey(name) if err != nil{ - t.Errorf("#utils_test.TestValidateAndBuildNodeBNameKey - failed to validate key parameter") + t.Errorf("#utils_test.TestValidateAndBuildRanLoadInformationKeySuccess - failed to validate key parameter") } assert.Contains(t, key, name) assert.Contains(t, key, delimiter) diff --git a/reader/go.mod b/reader/go.mod index a3dcb17..a9211c6 100644 --- a/reader/go.mod +++ b/reader/go.mod @@ -3,8 +3,8 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader go 1.12 require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.10 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.10 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.11 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.11 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0 github.com/golang/protobuf v1.3.1 github.com/pkg/errors v0.8.1