Skip to content

Commit

Permalink
fix htsinfer test
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Jan 11, 2024
1 parent 3b5db59 commit c527663
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_htsinfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@ def test_print(self, capsys):
}
}
},
"library_type": {
"file_1": null,
"file_2": null,
"relationship": null
},
"library_source": {
"file_1": {
"short_name": null,
Expand All @@ -415,6 +410,11 @@ def test_print(self, capsys):
"taxon_id": null
}
},
"library_type": {
"file_1": null,
"file_2": null,
"relationship": null
},
"read_orientation": {
"file_1": null,
"file_2": null,
Expand Down

0 comments on commit c527663

Please sign in to comment.