mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed convention related issues reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
2cefa9afca
commit
357a9179b1
@@ -6,7 +6,7 @@
|
||||
# This software is released under the PostgreSQL Licence
|
||||
#
|
||||
##########################################################################
|
||||
from pgadmin.utils.driver.psycopg2.encoding import getEncoding
|
||||
from pgadmin.utils.driver.psycopg2.encoding import get_encoding
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
|
||||
|
||||
@@ -223,5 +223,5 @@ class TestEncoding(BaseTestGenerator):
|
||||
]
|
||||
|
||||
def runTest(self):
|
||||
result = getEncoding(self.db_encoding)
|
||||
result = get_encoding(self.db_encoding)
|
||||
self.assertEquals(result, self.expected_return_value)
|
||||
|
||||
Reference in New Issue
Block a user