Skip to content

Commit 64091d7

Browse files
test: more blueprints from llamalend class
1 parent 1372138 commit 64091d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/stableborrow/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ def controller_prefactory(controller_factory_impl, stablecoin, weth, admin, acco
4747

4848

4949
@pytest.fixture(scope="module")
50-
def controller_impl(admin):
51-
with boa.env.prank(admin):
52-
return MINT_CONTROLLER_DEPLOYER.deploy_as_blueprint()
50+
def controller_impl(proto):
51+
return proto.blueprints.mint_controller
5352

5453

5554
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)