Skip to content

Commit 1c9bcf4

Browse files
committed
...
1 parent 758e0d6 commit 1c9bcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/shared.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $osIsWindows | Out-Null
7070

7171
$exportModuleMemberSplat = @{
7272
Variable = 'moduleName', 'manifestPath', 'osIsWindows'
73-
Function = 'Decode', 'Complete', 'Test-Completer', 'Get-Structure', 'New-Structure'
73+
Function = 'Complete-Input', 'Test-Completer', 'Get-Structure', 'New-Structure'
7474
}
7575

7676
Export-ModuleMember @exportModuleMemberSplat

0 commit comments

Comments
 (0)