Skip to content

Commit

Permalink
fixup! Make rmgpy/data/* unit tests PEP-8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Sep 20, 2019
1 parent 5db59ce commit 0e099a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/solvationTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def tearDown(self):
import rmgpy.data.rmg
rmgpy.data.rmg.database = None

def testSoluteLibrary(self):
def test_solute_library(self):
"""Test we can obtain solute parameters from a library"""
species = Species(molecule=[Molecule(smiles='COC=O')]) # methyl formate - we know this is in the solute library

Expand Down

0 comments on commit 0e099a1

Please sign in to comment.