Skip to content

Commit

Permalink
Updated the user with MSDN count
Browse files Browse the repository at this point in the history
  • Loading branch information
DarqueWarrior committed Feb 25, 2020
1 parent eefad80 commit 10dfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/010_projects.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 10dfde5

Please sign in to comment.