Skip to content

Commit

Permalink
Update waterdynamics/tests/test_waterdynamics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Beckstein <[email protected]>
  • Loading branch information
rodpollet and orbeckst authored Apr 29, 2024
1 parent 3817db8 commit 2195a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterdynamics/tests/test_waterdynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_WaterOrientationalRelaxation_order_1(universe):
decimal=5)


def test_WaterOrientationalRelaxation_zeroMolecules(universe):
def test_WaterOrientationalRelaxation_order_1_zeroMolecules(universe):
wor_zero = waterdynamics.WaterOrientationalRelaxation(
universe, SELECTION2, 0, 5, 2, order=1)
wor_zero.run()
Expand Down

0 comments on commit 2195a9c

Please sign in to comment.