Update definitions_test.py

Correcting schema mapping issue
This commit is contained in:
Daniel W. Anner 2023-07-19 12:11:11 -04:00 committed by GitHub
parent f86646de4f
commit 1a9b233d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ def _get_diff_from_upstream():
if file.change_type in CHANGE_TYPE_LIST:
if path in file.a_path:
file_list.append((file.a_path, schema))
else:
elif path in file.b_path:
file_list.append((file.b_path, schema))
return file_list