Skip to content

Commit

Permalink
fix function names
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Mar 11, 2024
1 parent f740354 commit 76a3b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hepdata_converter/testsuite/test_yodawriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 76a3b19

Please sign in to comment.