Skip to content

Commit

Permalink
Remove debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 22, 2024
1 parent c44d344 commit d441c24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/Public/Assert-BlockString.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,4 @@ Describe 'Assert-BlockString' {

{ & $scriptBlock } | Should-Throw -ExceptionMessage 'The Expected value must be of type string or string`[`], but it was not.'
}

It 'Should throw the correct error message when Expected is not a string' {
{ throw 'int[]' } | Should-Throw -ExceptionMessage 'string`[`]'
}
}

0 comments on commit d441c24

Please sign in to comment.