Skip to content
Snippets Groups Projects
Commit dce709b4 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Update test_generate_software_versions.py

parent aa094631
Branches
Tags
1 merge request!56Update test_generate_software_versions.py
Pipeline #4443 failed with stages
in 46 seconds
......@@ -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('<dt>')) == 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