1 parent 758e0d6 commit 1c9bcf4Copy full SHA for 1c9bcf4
1 file changed
tests/shared.psm1
@@ -70,7 +70,7 @@ $osIsWindows | Out-Null
70
71
$exportModuleMemberSplat = @{
72
Variable = 'moduleName', 'manifestPath', 'osIsWindows'
73
- Function = 'Decode', 'Complete', 'Test-Completer', 'Get-Structure', 'New-Structure'
+ Function = 'Complete-Input', 'Test-Completer', 'Get-Structure', 'New-Structure'
74
}
75
76
Export-ModuleMember @exportModuleMemberSplat
0 commit comments