Skip to content

Commit

Permalink
Fix test to account for Add Talk > New Talk
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 13, 2015
1 parent 46bb859 commit 3bd7930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/events/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_get_happy_no_group_id(self):
self.assertEquals(response.status_code, 200)
self.assertTemplateUsed(response, 'events/event_form.html')
self.assertContains(response, "Oxford Talks")
self.assertContains(response, "Add Talk")
self.assertContains(response, "New Talk")
self.assertIn('event_form', response.context)

def test_get_nonexistent_group(self):
Expand Down

0 comments on commit 3bd7930

Please sign in to comment.