diff --git a/hepdata_converter/testsuite/test_yodawriter.py b/hepdata_converter/testsuite/test_yodawriter.py index b14db63..65f80b1 100644 --- a/hepdata_converter/testsuite/test_yodawriter.py +++ b/hepdata_converter/testsuite/test_yodawriter.py @@ -65,7 +65,7 @@ def test_parse_pattern_unmatch(self, yaml_simple_path, yoda_template): @insert_path('yaml_no_independent') @insert_data_as_file('yoda/no_independent.yoda') - def test_parse_with_overflows(self, yaml_simple_path, yoda_template): + def test_parse_no_dependent(self, yaml_simple_path, yoda_template): output_file_path = os.path.join(self.current_tmp, 'datafile.yoda') hepdata_converter.convert(yaml_simple_path, output_file_path, options={'output_format': 'yoda', @@ -78,7 +78,7 @@ def test_parse_with_overflows(self, yaml_simple_path, yoda_template): @insert_path('yaml_inf') @insert_data_as_file('yoda/with_overflows.yoda') - def test_parse_no_dependent(self, yaml_simple_path, yoda_template): + def test_parse_with_overflows(self, yaml_simple_path, yoda_template): output_file_path = os.path.join(self.current_tmp, 'datafile.yoda') hepdata_converter.convert(yaml_simple_path, output_file_path, options={'output_format': 'yoda',