Skip to content

Commit

Permalink
Updating text in notification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Feb 1, 2022
1 parent 0952042 commit 9ef438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/tests/test_loot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,8 @@ def test_create_with_bis_notification(self):
self.assertEqual(notif.link, f'/characters/{self.team_lead.id}/bis_list/{self.tl_main_bis.id}/')
self.assertEqual(
notif.text,
f'{self.team_lead} has had an item in their {self.tl_main_bis.job.id} '
f'BIS List updated via the Loot Tracker in {self.team.name}!',
f'"{self.team_lead}"\'s {self.tl_main_bis.job.id} BIS List was updated via '
f'"{self.team.name}"\'s Loot Tracker!',
)
self.assertEqual(notif.type, 'loot_tracker_update')
self.assertFalse(notif.read)
Expand Down

0 comments on commit 9ef438c

Please sign in to comment.