@@ -911,7 +911,7 @@ def _common_creation_checks(self, pt, fp_count, name):
911911 self .assertEqual (pt .data_type (), self .data_type )
912912 self .assertEqual (pt .data_type (ret_id = True ), self .data_type_id )
913913 self .assertEqual (pt .artifact , None )
914- self .assertEqual (pt .investigation_type , 'Amplicon ' )
914+ self .assertEqual (pt .investigation_type , 'AMPLICON ' )
915915 self .assertEqual (pt .study_id , self .test_study .id )
916916 self .assertEqual (pt .status , "sandbox" )
917917 exp_sample_ids = {'%s.SKB8.640193' % self .test_study .id ,
@@ -1076,7 +1076,7 @@ def test_create_warning(self):
10761076 self .assertEqual (pt .data_type (), self .data_type )
10771077 self .assertEqual (pt .data_type (ret_id = True ), self .data_type_id )
10781078 self .assertEqual (pt .artifact , None )
1079- self .assertEqual (pt .investigation_type , 'Amplicon ' )
1079+ self .assertEqual (pt .investigation_type , 'AMPLICON ' )
10801080 self .assertEqual (pt .study_id , self .test_study .id )
10811081 self .assertEqual (pt .status , 'sandbox' )
10821082 exp_sample_ids = {'%s.SKB8.640193' % self .test_study .id ,
@@ -1247,7 +1247,7 @@ def test_investigation_type_setter(self):
12471247 """Able to update the investigation type"""
12481248 pt = qdb .metadata_template .prep_template .PrepTemplate .create (
12491249 self .metadata , self .test_study , self .data_type_id )
1250- self .assertEqual (pt .investigation_type , 'Amplicon ' )
1250+ self .assertEqual (pt .investigation_type , 'AMPLICON ' )
12511251 pt .investigation_type = "Other"
12521252 self .assertEqual (pt .investigation_type , 'Other' )
12531253 with self .assertRaises (qdb .exceptions .QiitaDBColumnError ):
0 commit comments