Skip to content

Commit

Permalink
[CLN] undo unecessary change in 0e2776c
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Mar 13, 2024
1 parent 0e2776c commit 3c48817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chromadb/test/db/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ def db_fixtures() -> List[Callable[[], Generator[SysDB, None, None]]]:

@pytest.fixture(scope="module", params=db_fixtures())
def sysdb(request: FixtureRequest) -> Generator[SysDB, None, None]:
sysdb = request.param()
yield next(sysdb)
yield next(request.param())


# region Collection tests
Expand Down

0 comments on commit 3c48817

Please sign in to comment.