Skip to content

Commit

Permalink
added a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-terrones committed Jan 27, 2025
1 parent ebd9cca commit 2091b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/informatics/test_MOF_functional_group_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from molSimplify.Informatics.MOF.MOF_functionalizer import functionalize_MOF

@pytest.mark.parametrize(
"num_func, func_group"
"num_func, func_group",
[
(1, "CH3"),
(2, "CH3"),
Expand Down

0 comments on commit 2091b26

Please sign in to comment.