X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftypes_test.go;h=caeae7b18e9a83db1bb26437f2ab8238fb38c2c2;hb=12d31af1cdfcbf5f634d9cf666e8e174c74ecb27;hp=eade2aadbe8a724addc9394ed6ddcd626e512927;hpb=422d018f94aedd9f4c001176b5ff06c786de28eb;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/types_test.go b/pkg/control/types_test.go index eade2aa..caeae7b 100644 --- a/pkg/control/types_test.go +++ b/pkg/control/types_test.go @@ -61,7 +61,7 @@ func TestAction(t *testing.T) { } testActionString(t, 0, "CREATE") - testActionString(t, 1, "MERGE") + testActionString(t, 1, "UPDATE") testActionString(t, 2, "NONE") testActionString(t, 3, "DELETE") testActionString(t, 5, "UNKNOWN")