Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaS92 committed Nov 26, 2024
1 parent dc3035d commit af2f702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,9 +791,9 @@ def test_multicova_analysis_invalid_covariates(self):
self.assertEqual(res.shape[1], 45)

def test_get_protein_id_for_gene_name(self):
self.assertEqual(
with self.assertRaises(ValueError):
self.obj._get_features_for_gene_name("MADE_UP_GENE"), "MADE_UP_GENE"
)

self.assertEqual(
self.obj._get_features_for_gene_name("ALDOC"),
[
Expand Down

0 comments on commit af2f702

Please sign in to comment.