diff --git a/integration/test/010_projects.Tests.ps1 b/integration/test/010_projects.Tests.ps1 index 8e5ec6907..ddd4f9ccb 100644 --- a/integration/test/010_projects.Tests.ps1 +++ b/integration/test/010_projects.Tests.ps1 @@ -449,7 +449,7 @@ InModuleScope VSTeam { It 'Add-VSTeamUserEntitlement should add a user with MSDN license' { Add-VSTeamUserEntitlement -Email $email -License none -LicensingSource msdn -MSDNLicenseType professional | Should not be $null - (Get-VSTeamUserEntitlement).Count | Should Be 4 + (Get-VSTeamUserEntitlement).Count | Should Be 3 } } }