Skip to content

Commit

Permalink
Add test for mouse database name resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarvenkata-EBI committed Oct 27, 2023
1 parent 6c9222f commit dc5d076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/internal/test_metadata_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ def test_resolve_variant_warehouse_db_name(self):
('GCA_008746955.1', 8839, 'eva_aplatyrhynchos_cauwild10'),
('GCA_018584345.1', 3316, 'eva_tplicata_redcedarv3'),
('GCA_000004695.1', 352472, 'eva_ddiscoideumax4_dicty27'),
('GCA_015227675.2', 10116, 'eva_rnorvegicus_mratbn72')
('GCA_015227675.2', 10116, 'eva_rnorvegicus_mratbn72'),
# grcm38.p1
('GCA_000001635.3', 10090, 'eva_mmusculus_grcm38')
]
# No lookup to the database
db_handle = MagicMock()
Expand Down

0 comments on commit dc5d076

Please sign in to comment.