Skip to content

Commit 978ac4f

Browse files
committed
fixing test
1 parent b623a3a commit 978ac4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiita_db/handlers/tests/test_artifact.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_get_artifact(self):
8686
'prep_information': [1],
8787
'study': 1,
8888
'analysis': None,
89+
'parents': [],
8990
'processing_parameters': None,
9091
'files': exp_fps}
9192
self.assertEqual(loads(obs.body), exp)
@@ -109,6 +110,7 @@ def test_get_artifact(self):
109110
'prep_information': [],
110111
'study': None,
111112
'analysis': 1,
113+
'parents': [8],
112114
'processing_parameters': {'biom_table': '8', 'depth': '9000',
113115
'subsample_multinomial': 'False'},
114116
'files': exp_fps}

0 commit comments

Comments
 (0)