Add some new update_new tests

This commit is contained in:
ImFlog 2020-03-12 17:56:11 +01:00
commit 7f6c6660aa
2 changed files with 31 additions and 5 deletions

View file

@ -823,7 +823,9 @@ class DynamoHandler(BaseResponse):
return changed
else:
return [
self._build_updated_new_attributes(original[index], changed[index])
self._build_updated_new_attributes(
original[index], changed[index]
)
for index in range(len(changed))
]
elif changed != original: