fixed test

This commit is contained in:
Andreas Preikschat 2013-03-01 17:30:13 +01:00
parent 550dfe12fa
commit fe251f96a0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TestAppLocation(TestCase):
mocked_listdir.return_value = copy.deepcopy(FILE_LIST)
# When: Get the list of files.
result = AppLocation.get_files(u'sectidon', u'.mp3')
result = AppLocation.get_files(u'section', u'.mp3')
# Then: Check if the section parameter was used correctly.
mocked_listdir.assert_called_with(u'test/dir/section')