Skip to content
Snippets Groups Projects
Commit b8fbc47f authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update tests to pass.

parent 151ac16b
Branches
Tags
No related merge requests found
......@@ -20,4 +20,4 @@ def test_software_references_output():
with open(software_references, 'r') as stream:
data_loaded = yaml.load(stream)
assert len(data_loaded['data'].split('<dt>')) == 17
assert len(data_loaded['data'].split('<ul>')) == 18
......@@ -20,4 +20,4 @@ def test_software_versions_output():
with open(software_versions, 'r') as stream:
data_loaded = yaml.load(stream)
assert len(data_loaded['data'].split('<ul>')) == 18
assert len(data_loaded['data'].split('<dt>')) == 17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment