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=42f2115c202cdb68191c9715e0036db6f3db24c5;hp=d37cb9e87be44ce24e1945eff82e49e49a66f8b6;hpb=277f322e53bb123783c0945a78a263ca79c5dd2a;p=ric-plt%2Fsdlgo.git diff --git a/internal/cli/cli_private_fn_test.go b/internal/cli/cli_private_fn_test.go index d37cb9e..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. @@ -30,4 +30,6 @@ var ( NewSetCmdForTest = newSetCmd NewRemoveCmdForTest = newRemoveCmd NewNamespacesCmdForTest = newNamespacesCmd + NewStatisticsCmd = newStatisticsCmd + NewCompletionCmdForTest = newCompletionCmd )