Skip to content

Commit

Permalink
Unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 5, 2024
1 parent 3b26729 commit b144d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unitary/jupyter/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from unittest.mock import MagicMock, patch

import pytest
from eth_account import Account

import boa

Expand Down Expand Up @@ -131,7 +132,7 @@ def browser(nest_asyncio_mock, jupyter_module_mock):

@pytest.fixture()
def account():
return boa.env.generate_address()
return Account.create()


@pytest.fixture()
Expand Down

0 comments on commit b144d4c

Please sign in to comment.