We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1440722 commit 457a873Copy full SHA for 457a873
1 file changed
tests/fast/test_relation.py
@@ -695,4 +695,4 @@ def test_relation_select_dtypes_quotes_identifiers_with_spaces(self, duckdb_curs
695
rel = duckdb_cursor.from_df(df)
696
out = rel.select_dtypes([duckdb.sqltypes.VARCHAR]).fetchdf()
697
assert list(out.columns) == ["na me"]
698
- assert out["na me"].tolist() == ["alice", "bob"]
+ assert out["na me"].tolist() == ["alice", "bob"]
0 commit comments