Skip to content

Commit 7d24b2a

Browse files
committed
Fix test
1 parent 0989711 commit 7d24b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@ def test_read_sql_nullable_dtypes_table(self, storage, func):
23112311

23122312
with pd.option_context("mode.string_storage", storage):
23132313
iterator = getattr(pd, func)(
2314-
f"Select * from {table}",
2314+
table,
23152315
self.conn,
23162316
use_nullable_dtypes=True,
23172317
chunksize=3,

0 commit comments

Comments
 (0)