Skip to content

Commit

Permalink
fix broken test after loguru import change
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Dec 10, 2024
1 parent e1270c4 commit 966b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def components():

@pytest.fixture
def log(mocker):
return mocker.patch("vivarium.framework.logging.manager.logger")
return mocker.patch("vivarium.framework.logging.manager.loguru.logger")


def test_simulation_with_non_components(SimulationContext, components: list[Component]):
Expand Down

0 comments on commit 966b8f8

Please sign in to comment.