Commit 745a74e5 authored by Patrick James Ong's avatar Patrick James Ong

Fixed typo

parent 7309184f
......@@ -66,7 +66,7 @@ class NewVisitorTest(unittest.TestCase):
ingredients_list = self.browser.find_element_by_ID('orders-list')
self.assertEqual('ul', ingredients_list.tag_name)
def test_can_display_order_detail(self):
def test_can_display_orders_detail(self):
self.browser.get('http://localhost:8000/ingredients/detail')
self.assertIn('Ingredients - Detail', self.browser.title)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment