Skip to content

Commit 457a873

Browse files
committed
Add new line at EOF.
1 parent 1440722 commit 457a873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fast/test_relation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,4 +695,4 @@ def test_relation_select_dtypes_quotes_identifiers_with_spaces(self, duckdb_curs
695695
rel = duckdb_cursor.from_df(df)
696696
out = rel.select_dtypes([duckdb.sqltypes.VARCHAR]).fetchdf()
697697
assert list(out.columns) == ["na me"]
698-
assert out["na me"].tolist() == ["alice", "bob"]
698+
assert out["na me"].tolist() == ["alice", "bob"]

0 commit comments

Comments
 (0)