Skip to content

Commit db4b9ee

Browse files
committed
feat(tests): add a blank line before test_show_select_where_no_rows function for improved readability
1 parent 3a82644 commit db4b9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,6 +2665,7 @@ def trigger_interrupt():
26652665
# Make sure the interrupt thread has finished
26662666
interrupt_thread.join(timeout=1.0)
26672667

2668+
26682669
def test_show_select_where_no_rows(capsys) -> None:
26692670
ctx = SessionContext()
26702671
df = ctx.sql("SELECT 1 WHERE 1=0")

0 commit comments

Comments
 (0)