Skip to content

Commit 536208d

Browse files
committed
Fix the test that depends on the language of the system
1 parent e7631f5 commit 536208d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Parameter.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Describe "OxyColor parameter" {
4949
}
5050

5151
It "raises an error for invalid parameter" {
52-
{ $s = New-OxyLineSeries -Color xxxx } | Should -Throw "Cannot validate"
52+
{ $s = New-OxyLineSeries -Color xxxx } | Should -Throw "xxxx"
5353
}
5454

5555
}

0 commit comments

Comments
 (0)