Skip to content

Commit

Permalink
Including RSVP status in unicode of Attendee model
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanthbabu committed Sep 16, 2014
1 parent 52b75da commit 19f8d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavern/tests.py
Expand Up @@ -57,7 +57,7 @@ def test_tavern_attendees(self):
rsvped_on=datetime.now(),
rsvp_status="yes")
self.assertEqual(Attendee.objects.count(), 2)
self.assertEqual(attendee.__unicode__(), u' - Tavern Event')
self.assertEqual(attendee.__unicode__(), u' - Tavern Event - yes')

def test_event_permisssions(self):
"""Test that creator of an event have change and delete
Expand Down

0 comments on commit 19f8d65

Please sign in to comment.