changing middle-tests to unit type so that they will run on appVeyor

This commit is contained in:
Mariah Breakey
2016-12-16 21:32:03 -08:00
parent e45eea102e
commit c456bfc2ea
@@ -16,7 +16,7 @@ Import-Module -Name (Join-Path -Path $script:testHelpersPath -ChildPath 'CommonT
$script:testEnvironment = Enter-DscResourceTestEnvironment `
-DscResourceModuleName 'PSDscResources' `
-DscResourceName 'MSFT_RegistryResource' `
-TestType 'Integration'
-TestType 'Unit'
try
{