From 7b29702a27c7d6dbcad9b2c35b85167dff6f4fa8 Mon Sep 17 00:00:00 2001 From: Zachary Folwick Date: Tue, 29 Sep 2015 10:20:11 -0700 Subject: [PATCH] Added set-variable tests --- src/pester-tests/Test-Set-Variable.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pester-tests/Test-Set-Variable.Tests.ps1 b/src/pester-tests/Test-Set-Variable.Tests.ps1 index 5a9821423..e683d120b 100644 --- a/src/pester-tests/Test-Set-Variable.Tests.ps1 +++ b/src/pester-tests/Test-Set-Variable.Tests.ps1 @@ -50,6 +50,7 @@ $output = $input | Format-List -Property Description | Out-String + # This will cause errors running these tests in windows $output | Should Be "`n`nDescription : test description`n`n`n`n" }