X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=internal%2Fcli%2Fcli_private_fn_test.go;h=34e3ab39613f255196b1e78762b19fb4357cdb73;hb=0e96b4aef53285c0a61b8ce7d1769c04df7b6061;hp=2a20a511ff540f1be350b922aba8a8fff5dbdbed;hpb=74b5e054dc40ed47cbbbb28f1fc7c80b50efcae6;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 )