Skip to content

Commit

Permalink
chore: adapt test_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Aug 23, 2024
1 parent cd4a81e commit ba2ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/examples/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_non_example():
def test_backend_arg():
con = ibis.duckdb.connect()
t = ibis.examples.penguins.fetch(backend=con)
assert t.get_name() in con.list_tables()
assert t.get_name() in con.tables


@pytest.mark.duckdb
Expand Down

0 comments on commit ba2ce96

Please sign in to comment.