diff --git a/brownie/test/fixtures.py b/brownie/test/fixtures.py index 0c3ffbc35..643870594 100644 --- a/brownie/test/fixtures.py +++ b/brownie/test/fixtures.py @@ -64,7 +64,7 @@ def a(self): @pytest.fixture(scope="session") def chain(self): """Yields a Chain object, used for interacting with the blockchain.""" - yield brownie.rpc + yield brownie.chain @pytest.fixture(scope="session") def Contract(self):