Skip to content

Commit dfddd94

Browse files
committed
style: format isolation fixture test
(cherry picked from commit 2caf479)
1 parent e74066e commit dfddd94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test/plugin/test_isolation_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44

5-
isolation_source = '''import pytest
5+
isolation_source = """import pytest
66
from brownie import Wei
77
88
@pytest.fixture(autouse=True)
@@ -22,7 +22,7 @@ def test_isolation_first(accounts, web3, setup):
2222
2323
def test_isolation_second(accounts, web3, setup):
2424
assert web3.eth.block_number == {1}
25-
assert accounts[1].balance() == setup + Wei("{1} ether")'''
25+
assert accounts[1].balance() == setup + Wei("{1} ether")"""
2626

2727

2828
@pytest.mark.parametrize("arg", ["", "-n 2"])

0 commit comments

Comments
 (0)