Skip to content
Snippets Groups Projects
Commit 552296b6 authored by Erin Mullaney's avatar Erin Mullaney
Browse files

#957 test change

parent c1e7a6cd
No related branches found
No related tags found
No related merge requests found
......@@ -282,9 +282,7 @@ class TestReviewersUpdateView(BaseSubmissionViewTestCase):
def test_lead_can_change_role_reviewer_and_review_remains(self):
submission = ApplicationSubmissionFactory(lead=self.user)
self.post_form(submission, reviewer_roles=[self.staff[0]])
self.assertCountEqual(submission.reviewers.all(), [self.staff[0]])
AssignedWithRoleReviewersFactory(role=self.roles[0], submission=submission, reviewer=self.staff[0])
# Add a review from that staff reviewer
ReviewFactory(submission=submission, author=self.staff[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment