Skip to content

Commit

Permalink
remove duplicate benzene fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Oct 28, 2024
1 parent 1b0fcb8 commit 4c26a60
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mbuild/tests/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ def methane(self):

return Methane()

@pytest.fixture
def benzene(self):
benzene = mb.load("C1=CC=CC=C1", smiles=True)
benzene.name = "Benzene"

return benzene

@pytest.fixture
def h2o(self):
from mbuild.lib.moieties import H2O
Expand Down

0 comments on commit 4c26a60

Please sign in to comment.