Skip to content

Commit

Permalink
Update tests/test_Project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr authored Sep 30, 2024
1 parent 92030df commit cfccd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Project.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_subsample_table_works_when_no_sample_mods(self, example_pep_cfg_path):
@pytest.mark.parametrize(
"example_pep_cfg_path", ["custom_index", "multiple_subsamples"], indirect=True
)
def test_cutsom_sample_table_index_config(self, example_pep_cfg_path):
def test_custom_sample_table_index_config(self, example_pep_cfg_path):
"""
Verify that custom sample table index is sourced from the config
"""
Expand Down

0 comments on commit cfccd7e

Please sign in to comment.