Skip to content

Commit

Permalink
Merge pull request #2 from brsynth/fix-rpbasicdesign
Browse files Browse the repository at this point in the history
fix(rpbasicdesign): update hash for sbol output
  • Loading branch information
tduigou authored Mar 25, 2022
2 parents 333c4a3 + 414142d commit 336071a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release history

## 1.0.1 (2022-03-25)
- fix(test_Construct.py): update hash for sbol output

## 1.0.0 (2022-03-23)
- feat(cli.py): SBOL output dir is now optional
- fix(cli.py): update default number of constructs
Expand Down
2 changes: 1 addition & 1 deletion tests/test_Construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def test_get_sbol():
doc = o.get_sbol(construct_id='TEST')
# Item order are random in SBOL file
query = '\n'.join(sorted(doc.writeString().split('\n')))
assert sha1(query.encode()).hexdigest() == '64624e1680f27f1052614e7beb0f11bc071adf2f'
assert sha1(query.encode()).hexdigest() == '9d3f16b845d45186d78f860f0edd69f3db1155db'

0 comments on commit 336071a

Please sign in to comment.