mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix PEP-8 issue.
This commit is contained in:
@@ -144,7 +144,8 @@ class TestEncoding(BaseTestGenerator):
|
|||||||
'When the database encoding is EUC_JIS_2004',
|
'When the database encoding is EUC_JIS_2004',
|
||||||
dict(
|
dict(
|
||||||
db_encoding='EUC_JIS_2004',
|
db_encoding='EUC_JIS_2004',
|
||||||
expected_return_value=['EUC_JIS_2004', 'eucjis2004', 'eucjis2004']
|
expected_return_value=['EUC_JIS_2004', 'eucjis2004',
|
||||||
|
'eucjis2004']
|
||||||
)
|
)
|
||||||
), (
|
), (
|
||||||
'When the database encoding is EUC_CN',
|
'When the database encoding is EUC_CN',
|
||||||
|
|||||||
Reference in New Issue
Block a user