Skip to content

Commit

Permalink
MAINT: make test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Jan 23, 2025
1 parent 215f57b commit 0919a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def test_get_genes(small_install_path):
def test_installed_genomes(small_install_path):
config = eti_config.read_installed_cfg(small_install_path)
got = config.list_genomes()
assert got == ["caenorhabditis_elegans", "saccharomyces_cerevisiae"]
assert set(got) == {"caenorhabditis_elegans", "saccharomyces_cerevisiae"}

0 comments on commit 0919a32

Please sign in to comment.