Fix warnings about use of deprecated registry.populated.
Review Request #14533 — Created July 30, 2025 and submitted — Latest diff uploaded
The avatar services tests were using the old
registry.populated
property, triggering a deprecation warning. This change updates the
tests to use theregistry.state
field instead.
Ran unit tests.