We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3507 commit 7530837Copy full SHA for 7530837
qiita_db/test/test_job.py
@@ -53,7 +53,7 @@ def test_exists_not_there(self):
53
def test_create(self):
54
"""Makes sure creation works as expected"""
55
# make first job
56
- new = Job.create("18S", "Alpha Diversity",
+ new = Job.create("18S", "Alpha Rarefaction",
57
self.options, Analysis(1))
58
self.assertEqual(new.id, 4)
59
# make sure job inserted correctly
0 commit comments