Skip to content

Commit ff29eaf

Browse files
committed
fix test_filepath_type
1 parent 0e52854 commit ff29eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/test/test_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_filepath(self):
3636
self.assertEqual(get_count("qiita.filepath"), 23)
3737

3838
def test_filepath_type(self):
39-
self.assertEqual(get_count("qiita.filepath_type"), 24)
39+
self.assertEqual(get_count("qiita.filepath_type"), 25)
4040

4141
def test_study_prep_template(self):
4242
self.assertEqual(get_count("qiita.study_prep_template"), 2)

0 commit comments

Comments
 (0)