From f7393055025cee37132312aa7b06b04a37419013 Mon Sep 17 00:00:00 2001 From: Zachary Folwick Date: Mon, 24 Aug 2015 13:54:13 -0700 Subject: [PATCH] deleted superfluous assertion --- src/pester-tests/Test-Environment-Variables.Tests.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pester-tests/Test-Environment-Variables.Tests.ps1 b/src/pester-tests/Test-Environment-Variables.Tests.ps1 index 8b637dcca..5b3cc1ce5 100644 --- a/src/pester-tests/Test-Environment-Variables.Tests.ps1 +++ b/src/pester-tests/Test-Environment-Variables.Tests.ps1 @@ -7,7 +7,6 @@ $expected = /bin/bash -c "cd ~ && pwd" (Get-Item ENV:HOME).Value | Should Be $expected - (Get-Item ENV:HOSTNAME).Value | Should Not BeNullOrEmpty (Get-Item ENV:PATH).Value | Should Not BeNullOrEmpty }