Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
medevod committed May 2, 2023
1 parent 5d9a5c0 commit d3b1f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ public async Task Should_Get_Paged_Entities()
}
}

//[DataRow[ available_entities, to_skip, max_per_page ]
//[DataRow[ available_entities, max_per_page ]
[DataRow(10, 20)] //skip more than available entities
[DataRow(158, 100)]
[DataRow(1024, 999)]
Expand Down

0 comments on commit d3b1f8a

Please sign in to comment.