Skip to content

Commit

Permalink
Update test_software_metadata.py by replace plain.xml with plain_with…
Browse files Browse the repository at this point in the history
…_references.xml
  • Loading branch information
Mazztok45 authored Dec 6, 2024
1 parent ada8aa8 commit 57b6658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_software_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_similarity(self):
real_string = getAsXml.final_xml2(API_SOURCE, '')[0]['2']
real_string = [line for line in real_string.splitlines() if line.strip() != '']
real_string = '\n'.join(real_string)
ref_location = os.path.join(os.path.dirname(__file__), 'data/software/plain.xml')
ref_location = os.path.join(os.path.dirname(__file__), 'data/software/plain_with_references.xml')
with open(ref_location) as f:
expected_string = f.read()

Expand Down

0 comments on commit 57b6658

Please sign in to comment.