Fixed ERD API test case failing for PG13

pull/41/head
Aditya Toshniwal 2021-02-22 15:01:01 +05:30 committed by Akshay Joshi
parent 296c23784f
commit e0639602e6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class ERDSql(BaseTestGenerator):
sql_base_path, version_mapping['name'])
if not path.exists(complete_path):
complete_path = path.join(sql_base_path, 'default')
continue
break
data_sql = ''