Skip to content

Commit 0fe2cd7

Browse files
committed
testcase update
1 parent 037d0b6 commit 0fe2cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/test_anywidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def test_widget_should_fallback_to_zero_rows_with_invalid_total_rows(
524524
widget = TableWidget(paginated_bf_df)
525525

526526
# The widget should have an error message and display it in the HTML.
527-
assert widget.row_count == 0
527+
assert widget.row_count is None
528528
assert widget._error_message is not None
529529
assert "Could not determine total row count" in widget._error_message
530530
assert widget._error_message in widget.table_html

0 commit comments

Comments
 (0)