Skip to content

Commit

Permalink
Merge pull request #214 from wtsi-npg/fix_duplicated_test_name
Browse files Browse the repository at this point in the history
rename consent withdrawn test
  • Loading branch information
kjsanger authored Nov 10, 2023
2 parents 30f69fc + 79e365d commit 2d355b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_illumina.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def test_retains_consent_withdrawn(
@m.context("When data are multiplexed")
@m.context("When data have had consent withdrawn")
@m.it("Does not restore access permissions")
def test_updates_human_permissions_mx(
def test_retains_consent_withdrawn_mx(
self, illumina_synthetic_irods, illumina_synthetic_mlwh
):
zone = "testZone"
Expand Down

0 comments on commit 2d355b9

Please sign in to comment.