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

Fix parsing of analysis.

parent 051d31fa
Branches
Tags
1 merge request!46Resolve "Astrocyte Bug Fixes"
......@@ -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('<dt>')) == 17
assert len(data_loaded['data'].split('<ul>')) == 18
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