Skip to content

Commit 7530837

Browse files
committed
Alpha Diversity -> Alpha Rarefaction
1 parent 51f3507 commit 7530837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/test/test_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_exists_not_there(self):
5353
def test_create(self):
5454
"""Makes sure creation works as expected"""
5555
# make first job
56-
new = Job.create("18S", "Alpha Diversity",
56+
new = Job.create("18S", "Alpha Rarefaction",
5757
self.options, Analysis(1))
5858
self.assertEqual(new.id, 4)
5959
# make sure job inserted correctly

0 commit comments

Comments
 (0)