Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed May 10, 2024
1 parent 9aa7d9e commit cc046e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/tests/test_nxdl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_namefitting(hdf_name, concept_name, should_fit):
("test_other", "test_name", -1),
("my_fancy_yet_long_name", "my_SOME_name", 8),
("something", "XXXX", 0),
("something", "OTHER", 1)
("something", "OTHER", 1),
],
)
def test_namefitting_scores(hdf_name, concept_name, score):
Expand Down

0 comments on commit cc046e0

Please sign in to comment.