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

Merge branch 'patch-1' into 'master'

Update test_generate_software_versions.py

See merge request BICF/Astrocyte/chipseq_analysis!56
parents aa094631 dce709b4
1 merge request!56Update test_generate_software_versions.py
Pipeline #4465 canceled with stages
in 7 seconds
...@@ -20,4 +20,4 @@ def test_software_versions_output(): ...@@ -20,4 +20,4 @@ def test_software_versions_output():
with open(software_versions, 'r') as stream: with open(software_versions, 'r') as stream:
data_loaded = yaml.load(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