fix: Added missing newlines after merge (for pre-commit checks)
This commit is contained in:
parent
efc9bdd4f6
commit
ffcd6d1ff5
1 changed files with 2 additions and 0 deletions
|
|
@ -1080,6 +1080,7 @@ class TestSqlIterator(FrappeTestCase):
|
|||
with frappe.db.unbuffered_cursor():
|
||||
self.test_db_sql_iterator()
|
||||
|
||||
|
||||
class ExtFrappeTestCase(FrappeTestCase):
|
||||
def assertSqlException(self):
|
||||
class SqlExceptionContextManager:
|
||||
|
|
@ -1259,6 +1260,7 @@ class TestPostgresSchemaQueryIndependence(ExtFrappeTestCase):
|
|||
|
||||
del frappe.conf["db_schema"]
|
||||
|
||||
|
||||
class TestDbConnectWithEnvCredentials(FrappeTestCase):
|
||||
current_site = frappe.local.site
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue