Typo in comments fixed

This commit is contained in:
Phill Ridout 2015-01-02 11:54:42 +00:00
parent 9fef267fd3
commit 3cafbfd0ed
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class TestMediaItem(TestCase, TestMixin):
Test the display_results method a large number of results (> 100) are returned
"""
# GIVEN: A mocked build_displat_results which returns a large list of results
# GIVEN: A mocked build_display_results which returns a large list of results
long_list = list(range(100))
with patch('openlp.plugins.bibles.lib.BibleMediaItem.build_display_results', **{'return_value': long_list})\
as mocked_build_display_results: