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 (#17212)
  • Loading branch information
pavelprystinka authored Nov 27, 2020
1 parent 0188a11 commit 56b647a
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 56b647a

Please sign in to comment.