Skip to content
Merged
Prev Previous commit
Missing by_page
  • Loading branch information
lmazuel committed Jul 26, 2019
commit 5b1d21703e9def779b0b02fa2b49159feba05807
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file/tests/test_share_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ async def _test_list_directories_and_files_with_num_results_async(self):
await root.upload_file('fileb1', '1024')

# Act
result = share_name.list_directories_and_files(results_per_page=2)
result = share_name.list_directories_and_files(results_per_page=2).by_page()
result = list(await result.__anext__())

# Assert
Expand Down