Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 13, 2022
1 parent 1912333 commit 087ea60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_minimap2_step_part_get_log_file(ngs_mapping_workflow):
def test_minimap2_step_part_get_resource(ngs_mapping_workflow):
"""Tests Minimap2StepPart.get_resource()"""
# Define expected
expected_dict = {"threads": 16, "time": "0-12:00:00", "memory": "56G", "partition": "medium"}
expected_dict = {"threads": 16, "time": "2-00:00:00", "memory": "56G", "partition": "medium"}
# Evaluate
for resource, expected in expected_dict.items():
msg_error = f"Assertion error for resource '{resource}'."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def test_minimap2_step_part_get_log_file(ngs_mapping_workflow):
def test_minimap2_step_part_get_resource(ngs_mapping_workflow):
"""Tests Minimap2StepPart.get_resource()"""
# Define expected
expected_dict = {"threads": 16, "time": "0-12:00:00", "memory": "56G", "partition": "medium"}
expected_dict = {"threads": 16, "time": "2-00:00:00", "memory": "56G", "partition": "medium"}
# Evaluate
for resource, expected in expected_dict.items():
msg_error = f"Assertion error for resource '{resource}'."
Expand Down

0 comments on commit 087ea60

Please sign in to comment.