Skip to content

Commit

Permalink
do not check if there any aquired numbers. Will cover this check in t…
Browse files Browse the repository at this point in the history
…he sample tests (Azure#17212)
  • Loading branch information
pavelprystinka authored and annelo-msft committed Feb 17, 2021
1 parent d7a4e08 commit 3a6ab64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public async Task GetAllPhoneNumbers()
var numbers = await numbersPagable.ToEnumerableAsync();

Assert.IsNotNull(numbers);
Assert.IsNotEmpty(numbers);
}

[Test]
Expand Down

0 comments on commit 3a6ab64

Please sign in to comment.