Skip to content

Commit 65a86df

Browse files
committed
addressing @josenavas comments
1 parent 751d4ad commit 65a86df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiita_db/test/test_study.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ def test_study_tags(self):
845845

846846
# assigning the tags to study
847847
study = qdb.study.Study(1)
848+
self.assertEqual(study.tags, [])
848849
study.tags = [tig for tig, tag in obs]
849850
# and checking that everything went fine
850851
self.assertEqual(obs, study.tags)

0 commit comments

Comments
 (0)