Skip to content

Commit 35cdf0b

Browse files
committed
fix test_process_united_atom_entropy within TestEntropyManager
1 parent 725ac24 commit 35cdf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_CodeEntropy/test_entropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def test_get_reduced_universe_reduced(self, mock_args):
556556
selection_string="all",
557557
),
558558
)
559-
def test_process_united_atom_entropy(self):
559+
def test_process_united_atom_entropy(self, selection_string_mock):
560560
"""
561561
Tests that `_process_united_atom_entropy` correctly logs global and
562562
residue-level entropy results for a mocked molecular system.

0 commit comments

Comments
 (0)