File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ History
98
98
- 2.1.3
99
99
- bugfix: make --species a mandatory arg for organism creation
100
100
- bugfix: fix features deletion when deleting an analysis or an organism
101
+ - update chado docker image
101
102
102
103
- 2.1.2
103
104
- skip whole database schema reflection for simple tasks (analysis and organism management)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def test_get_id_by_synonym(self):
20
20
21
21
term = self .ci .get_cvterm_id (name = 'lives inside of' , cv = 'relationship' , allow_synonyms = True )
22
22
23
- assert term == 415 , "Got cvterm id by synonym"
23
+ assert term == 431 , "Got cvterm id by synonym"
24
24
25
25
def test_get_id_by_name_synmultiple (self ):
26
26
@@ -30,7 +30,7 @@ def test_get_id_by_name_synmultiple(self):
30
30
31
31
def test_get_name (self ):
32
32
33
- term = self .ci .get_cvterm_name (415 )
33
+ term = self .ci .get_cvterm_name (431 )
34
34
35
35
assert term == 'endoparasite_of' , "Got cvterm name"
36
36
You can’t perform that action at this time.
0 commit comments