We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303c4af commit fc38cf3Copy full SHA for fc38cf3
tests/system/small/test_anywidget.py
@@ -533,7 +533,7 @@ def test_widget_row_count_should_respect_max_results_on_creation(
533
page_size=widget.page_size, max_results=max_results
534
)
535
536
- # Re-apply thelogic to update row_count
+ # Re-apply the logic to update row_count
537
if isinstance(widget._batches, PandasBatches):
538
widget.row_count = widget._batches.total_rows or 0
539
0 commit comments