-
Notifications
You must be signed in to change notification settings - Fork 79
SYN-5600: Removing extended form does not properly remove all the props #3223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3223 +/- ##
==========================================
- Coverage 97.27% 97.19% -0.09%
==========================================
Files 225 225
Lines 45049 45054 +5
==========================================
- Hits 43823 43791 -32
- Misses 1226 1263 +37
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct test assertions
synapse.datamodel.Model.delForm()
to check for extended properties on the form before deletion. If extended props are found, raise exception with names of properties.Resolves SYN-5600