Skip to content

Commit

Permalink
Merge pull request #990 from sanger/dependabot/pip/black-25.1.0
Browse files Browse the repository at this point in the history
Bump black from 24.10.0 to 25.1.0
  • Loading branch information
dasunpubudumal authored Feb 4, 2025
2 parents 0b72f3f + b6a2ef7 commit b7b0f8b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def test_all_samples_from_destination_value_fails_with_duplicated_samples(

assert instance.is_valid() is False
assert instance.errors == [
("Exception during retrieval: There is duplication in the lh sample uuids provided: ['uuid1']")
"Exception during retrieval: There is duplication in the lh sample uuids provided: ['uuid1']"
]


Expand Down Expand Up @@ -604,7 +604,7 @@ def test_all_controls_from_destination_value_fails_with_missing_controls(

assert instance.is_valid() is False
assert instance.errors == [
("Exception during retrieval: We were expecting one positive and one negative control to be present.")
"Exception during retrieval: We were expecting one positive and one negative control to be present."
]


Expand Down

0 comments on commit b7b0f8b

Please sign in to comment.