diff --git a/tests/unittests/pgsync_test.py b/tests/unittests/pgsync_test.py index 195ee26320..7231271480 100644 --- a/tests/unittests/pgsync_test.py +++ b/tests/unittests/pgsync_test.py @@ -14,7 +14,7 @@ def test_init_should_read_sql_filenames_from_package_and_return_list_of_relative class TestSynchronizer(TestCase): - def test___read_sql_file(self): + def test_should_read_sql_file_from_package_and_return_bytes(self): syncer = Synchronizer('nav.models', config=True) filename = "sql/baseline/manage.sql" sql = syncer._read_sql_file(filename)