Skip to content

Commit

Permalink
fix get regions test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Nov 18, 2024
1 parent 7a8f342 commit 30ad1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblatlas/tests/test_atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_rgba(self):

def test_get(self):
ctx = self.brs.get(688)
self.assertTrue(len(ctx.acronym) == 1 and ctx.acronym == 'CTX')
self.assertEqual('CTX', ctx.acronym)

def test_ancestors_descendants(self):
# here we use the same brain region as in the alyx test
Expand Down

0 comments on commit 30ad1e6

Please sign in to comment.