Skip to content

Commit acde9fc

Browse files
🩹 [Patch]: Preserve compatible Pester assertion syntax
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 68c72b6 commit acde9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PSModuleTest.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ param()
1313

1414
Describe 'Module' {
1515
It 'Function: Get-PSModuleTest' {
16-
Get-PSModuleTest -Name 'World' | Should-Be 'Hello, World!'
16+
Get-PSModuleTest -Name 'World' | Should -Be 'Hello, World!'
1717
}
1818
}

0 commit comments

Comments
 (0)