Skip to content

Commit

Permalink
test: remove unnecessary default_backend monkeypatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 9, 2024
1 parent 894ab3d commit b8dfa70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/backends/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,9 +1370,8 @@ def create_and_destroy_db(con):


# TODO: move this to something like `test_ddl.py`
def test_insert_with_database_specified(con_create_database, monkeypatch):
def test_insert_with_database_specified(con_create_database):
con = con_create_database
monkeypatch.setattr(ibis.options, "default_backend", con)

t = ibis.memtable({"a": [1, 2, 3]})

Expand Down

0 comments on commit b8dfa70

Please sign in to comment.