mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'Remove the unused function parameter' code smell.
This commit is contained in:
committed by
Akshay Joshi
parent
3b95a416ca
commit
d967d5046d
@@ -94,8 +94,7 @@ class SchemaDiffTestCase(BaseTestGenerator):
|
||||
absolute_path = tests_folder_path
|
||||
|
||||
# Iterate the version mapping directories.
|
||||
for version_mapping in get_version_mapping_directories(
|
||||
self.server['type']):
|
||||
for version_mapping in get_version_mapping_directories():
|
||||
if version_mapping['number'] > \
|
||||
self.server_information['server_version']:
|
||||
continue
|
||||
|
Reference in New Issue
Block a user