Fix a couple tests to avoid expected warnings.
Review Request #14534 — Created July 30, 2025 and submitted — Latest diff uploaded
The properties tests have a couple places where we were expecting
deprecation warnings, but then we added additional assertions for the
type of the property that triggers an access, which were not wrapped in
assertWarns
.
Ran unit tests.