Skip to content

Commit 8e31490

Browse files
mesejocpcloud
authored andcommitted
chore: rename test
1 parent 7f82e5e commit 8e31490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/duckdb/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def test_create_temp_table_in_nondefault_schema():
473473

474474

475475
@pytest.mark.parametrize("temp", [False, True])
476-
def test_create_table_from_data(temp):
476+
def test_create_table_from_in_memory_data(temp):
477477
con = ibis.duckdb.connect()
478478
con.create_table("foo", pd.DataFrame({"id": [1, 2, 3]}), temp=temp)
479479

0 commit comments

Comments
 (0)