Skip to content

Commit 3240a92

Browse files
authored
Update test_entropy.py
1 parent 078c80e commit 3240a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_CodeEntropy/test_entropy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ def test_calculate_water_entropy(self, mock_get_entropy):
989989
None,
990990
mock_vibrations,
991991
None,
992+
None,
992993
)
993994

994995
mock_universe = MagicMock()
@@ -1018,6 +1019,7 @@ def test_calculate_water_entropy_minimal(self, mock_get_entropy):
10181019
rotational_S={("ACE_1", "WAT"): 2.0},
10191020
),
10201021
None,
1022+
None,
10211023
)
10221024

10231025
# Simulate residue-level results already collected

0 commit comments

Comments
 (0)