Skip to content

Commit

Permalink
adjusting the path of reference in the test_node_names code to fix th…
Browse files Browse the repository at this point in the history
…e issue
  • Loading branch information
Shirazos7 committed Dec 17, 2024
1 parent b9a5414 commit 75efa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_node_names_software_datacite.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_similarity(self):
newdom = transform(dom)
real_string = ET.tostring(newdom, pretty_print=True, encoding='utf8').decode()

expected_string = ET.tostring(ET.parse('test/data/software/reference.xml'))
expected_string = ET.tostring(ET.parse('test/data/software/Datacite-software-reference.xml'))

diff = main.diff_texts(expected_string, real_string, {
'ratio_mode': 'fast',
Expand Down

0 comments on commit 75efa94

Please sign in to comment.