Loading
Fix state matching logic in AndroidSyncFrameworkTest (#1708)
* Fix state matching logic in AndroidSyncFrameworkTest - Add `fullMatch` parameter to control whether all expected states must be present * Ensure non-optional expected state matches actual state * Remove unused rule / variable * Adapt test - Update `onStatusChanged` to override the interface method. - Replace custom assertion with `assertTrue` for state comparison.