Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninmonkey committed Dec 5, 2023
1 parent 4cb16c7 commit 78364d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[CultureInfo]$Culture = [CultureInfo]::InvariantCulture
)
$PSBoundParameters | ConvertTo-Json -Depth 1 -Compress | Write-debug
$null -eq $Culture | Join-String -f 'Cult == $Null: ' | write-verbose -verb
$null -eq $Culture | Join-String -f 'Cult == $Null: {0}' | write-verbose -verb
if( [String]::IsNullOrWhiteSpace( $Culture )) {
throw "MandatoryCultureWasBlank!"
}
Expand Down

0 comments on commit 78364d9

Please sign in to comment.