File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ def test_processed_data_status(self):
3939 self .assertEqual (get_count ("qiita.processed_data_status" ), 4 )
4040
4141 def test_filepath (self ):
42- self .assertEqual (get_count ("qiita.filepath" ), 20 )
42+ self .assertEqual (get_count ("qiita.filepath" ), 16 )
4343
4444 def test_filepath_type (self ):
4545 self .assertEqual (get_count ("qiita.filepath_type" ), 19 )
4646
4747 def test_raw_data (self ):
48- self .assertEqual (get_count ("qiita.raw_data" ), 4 )
48+ self .assertEqual (get_count ("qiita.raw_data" ), 1 )
4949
5050 def test_raw_filepath (self ):
51- self .assertEqual (get_count ("qiita.raw_filepath" ), 4 )
51+ self .assertEqual (get_count ("qiita.raw_filepath" ), 2 )
5252
53- def test_study_raw_data (self ):
54- self .assertEqual (get_count ("qiita.study_raw_data " ), 4 )
53+ def test_study_prep_template (self ):
54+ self .assertEqual (get_count ("qiita.study_prep_template " ), 1 )
5555
5656 def test_required_sample_info (self ):
5757 self .assertEqual (get_count ("qiita.study_sample" ), 27 )
You can’t perform that action at this time.
0 commit comments