Skip to content

Commit 8c643d2

Browse files
pavelprystinkaannelo-msft
authored andcommitted
fix live test issue (Azure#17200)
1 parent ea35bff commit 8c643d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/communication/Azure.Communication.Administration/tests/PhoneNumberAdministrationClient/PhoneNumberAdministrationClientLiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public async Task GetPlanGroups(string? locale, bool? includeRateInformation)
7474
var phonePlanGroups = await pageablePhonePlanGroups.ToEnumerableAsync();
7575

7676
Assert.IsNotNull(phonePlanGroups);
77-
Assert.AreEqual(3, phonePlanGroups.Count);
77+
Assert.IsNotEmpty(phonePlanGroups);
7878

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

0 commit comments

Comments
 (0)