Skip to content

Commit 020f5d8

Browse files
committed
fix test
1 parent d22f1b7 commit 020f5d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/integ/test_dataframe.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,16 +1906,6 @@ def compare_show_string(actual: str, expected: str) -> bool:
19061906
result = [a.strip() == e.strip() for a, e in zip(actual_lines, expected_lines)]
19071907
return all(result)
19081908

1909-
print("\n")
1910-
print(
1911-
df._show_string_spark(
1912-
truncate=False,
1913-
_emit_ast=session.ast_enabled,
1914-
_spark_column_names=spark_col_names,
1915-
).strip()
1916-
)
1917-
print("\n")
1918-
19191909
assert compare_show_string(
19201910
df._show_string_spark(_emit_ast=session.ast_enabled).strip(),
19211911
"""

0 commit comments

Comments
 (0)