mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
The test case is intended to be for the method 'withRootObject()', but actually it's copied from the previous test method that does not use 'withRootObject()'. This commit fixes the propertyReadWriteWithRootObject() test method in PropertyAccessTests. Closes gh-27905