Skip to content

Commit 4c26a60

Browse files
committed
remove duplicate benzene fixture
1 parent 1b0fcb8 commit 4c26a60

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mbuild/tests/base_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ def methane(self):
2323

2424
return Methane()
2525

26-
@pytest.fixture
27-
def benzene(self):
28-
benzene = mb.load("C1=CC=CC=C1", smiles=True)
29-
benzene.name = "Benzene"
30-
31-
return benzene
32-
3326
@pytest.fixture
3427
def h2o(self):
3528
from mbuild.lib.moieties import H2O

0 commit comments

Comments
 (0)