diff --git a/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 b/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 index c872bdf..23f91c8 100644 --- a/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 +++ b/Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1 @@ -1,7 +1,10 @@ 'Testing: Do aliases auto-export if the command they are attributes to, are?' | write-host function Alice.GetCommand { - gcm -m Test-Do + gcm Alice.* + hr + gcm -m 'Test-DoAliasesAttributesAutoExport' + hr } function InternalFunc {