X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=internal%2Fcli%2Fcli_private_fn_test.go;fp=internal%2Fcli%2Fcli_private_fn_test.go;h=34e3ab39613f255196b1e78762b19fb4357cdb73;hb=644e678612dbb9645da865d3d0d459a4570aa2af;hp=2a20a511ff540f1be350b922aba8a8fff5dbdbed;hpb=7e262d4f4e530aec98903e99b195d9e2d07dbcb0;p=ric-plt%2Fsdlgo.git diff --git a/internal/cli/cli_private_fn_test.go b/internal/cli/cli_private_fn_test.go index 2a20a51..34e3ab3 100644 --- a/internal/cli/cli_private_fn_test.go +++ b/internal/cli/cli_private_fn_test.go @@ -1,6 +1,6 @@ /* Copyright (c) 2021 AT&T Intellectual Property. - Copyright (c) 2018-2021 Nokia. + Copyright (c) 2018-2022 Nokia. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,4 +31,5 @@ var ( NewRemoveCmdForTest = newRemoveCmd NewNamespacesCmdForTest = newNamespacesCmd NewStatisticsCmd = newStatisticsCmd + NewCompletionCmdForTest = newCompletionCmd )