Skip to content

Commit a433d0b

Browse files
committed
test: update tests
1 parent fb2bf6a commit a433d0b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/system/small/test_dataframe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,6 @@ def test_mimebundle_html_repr_w_all_rows(scalars_dfs, session):
969969
executions_pre = metrics.execution_count
970970
# When there are 10 or fewer rows, the outputs should be identical except for the extra note.
971971
bundle = scalars_df.head(10)._repr_mimebundle_()
972-
if isinstance(bundle, tuple):
973-
bundle = bundle[0]
974972
actual = bundle["text/html"]
975973
executions_post = metrics.execution_count
976974

tests/unit/test_dataframe_polars.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,6 @@ def test_mimebundle_html_repr_w_all_rows(scalars_dfs, session):
746746

747747
# When there are 10 or fewer rows, the outputs should be identical except for the extra note.
748748
bundle = scalars_df.head(10)._repr_mimebundle_()
749-
if isinstance(bundle, tuple):
750-
bundle = bundle[0]
751749
actual = bundle["text/html"]
752750

753751
with display_options.pandas_repr(bigframes.options.display):

0 commit comments

Comments
 (0)