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 037d0b6 commit 0fe2cd7Copy full SHA for 0fe2cd7
tests/system/small/test_anywidget.py
@@ -524,7 +524,7 @@ def test_widget_should_fallback_to_zero_rows_with_invalid_total_rows(
524
widget = TableWidget(paginated_bf_df)
525
526
# The widget should have an error message and display it in the HTML.
527
- assert widget.row_count == 0
+ assert widget.row_count is None
528
assert widget._error_message is not None
529
assert "Could not determine total row count" in widget._error_message
530
assert widget._error_message in widget.table_html
0 commit comments