Skip to content

Commit

Permalink
fixup! Test sql file loading in Synchronizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 9, 2024
1 parent e95ec95 commit a049487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/pgsync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a049487

Please sign in to comment.