Fix EW6 changes to conform to PEP8.

This commit is contained in:
Gary Talent 2017-03-29 16:52:56 -05:00
parent 5209daab45
commit b4f461c54f
2 changed files with 5 additions and 4 deletions

View File

@ -284,7 +284,8 @@ class TestEasyWorshipSongImport(TestCase):
get_field_read_calls = test_results[2]['read']
get_field_seek_calls = test_results[2]['seek']
# THEN: db_get_field should return the appropriate value with the appropriate mocked objects being called
# THEN: db_get_field should return the appropriate value with the appropriate mocked objects being
# called
self.assertEqual(importer.db_get_field(field_index), get_field_result)
for call in get_field_read_calls:
mocked_memo_file.read.assert_any_call(call)