Skip to content

Commit

Permalink
fix live test issue (Azure#17200)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelprystinka authored and annelo-msft committed Feb 17, 2021
1 parent ea35bff commit 8c643d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public async Task GetPlanGroups(string? locale, bool? includeRateInformation)
var phonePlanGroups = await pageablePhonePlanGroups.ToEnumerableAsync();

Assert.IsNotNull(phonePlanGroups);
Assert.AreEqual(3, phonePlanGroups.Count);
Assert.IsNotEmpty(phonePlanGroups);

var firstGroup = phonePlanGroups.First(group => group.PhoneNumberType == PhoneNumberType.Geographic);

Expand Down

0 comments on commit 8c643d2

Please sign in to comment.