Skip to content

Commit

Permalink
#88 - 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jul 9, 2024
1 parent 34a4d2f commit 13f644f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def test_cannot_reassign_destruction_list_with_empty_comment(self):

self.assertEqual(response.status_code, status.HTTP_400_BAD_REQUEST)

def reassign_destruction_list_creates_log_entry(self):
def test_reassign_destruction_list_creates_log_entry(self):
record_manager1 = UserFactory.create(role__can_start_destruction=True)
reviewer1 = UserFactory.create(role__can_review_destruction=True)
reviewer2 = UserFactory.create(role__can_review_destruction=True)
Expand Down

0 comments on commit 13f644f

Please sign in to comment.