Skip to content

Commit 2daa4be

Browse files
committed
fix test_filepath
1 parent 02a654e commit 2daa4be

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
@@ -33,7 +33,7 @@ def test_investigation_study(self):
3333
self.assertEqual(get_count("qiita.investigation_study"), 1)
3434

3535
def test_filepath(self):
36-
self.assertEqual(get_count("qiita.filepath"), 25)
36+
self.assertEqual(get_count("qiita.filepath"), 23)
3737

3838
def test_filepath_type(self):
3939
self.assertEqual(get_count("qiita.filepath_type"), 24)

0 commit comments

Comments
 (0)