Skip to content

Commit 56b647a

Browse files
do not check if there any aquired numbers. Will cover this check in the sample tests (Azure#17212)
1 parent 0188a11 commit 56b647a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public async Task GetAllPhoneNumbers()
5656
var numbers = await numbersPagable.ToEnumerableAsync();
5757

5858
Assert.IsNotNull(numbers);
59-
Assert.IsNotEmpty(numbers);
6059
}
6160

6261
[Test]

0 commit comments

Comments
 (0)