forked from openlp/openlp
Fix EW6 changes to conform to PEP8.
This commit is contained in:
parent
5209daab45
commit
b4f461c54f
@ -284,7 +284,8 @@ class TestEasyWorshipSongImport(TestCase):
|
|||||||
get_field_read_calls = test_results[2]['read']
|
get_field_read_calls = test_results[2]['read']
|
||||||
get_field_seek_calls = test_results[2]['seek']
|
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)
|
self.assertEqual(importer.db_get_field(field_index), get_field_result)
|
||||||
for call in get_field_read_calls:
|
for call in get_field_read_calls:
|
||||||
mocked_memo_file.read.assert_any_call(call)
|
mocked_memo_file.read.assert_any_call(call)
|
||||||
|
Loading…
Reference in New Issue
Block a user