You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected: {"$set"={"levelOne.levelTwo.1.0"="4"}}
but was: {"$set"={"levelOne.levelTwo.1"="4"}}
expected: {"$set"={"levelOne.levelTwo.2.0"="4"}}
but was: {"$set"={"levelOne.levelTwo.2"="4"}}
yes, the last ".0" was lost, but parameter "levelOne.levelTwo.1" will test success.
when add following test code in UpdateMapperUnitTests.java, test would fail for parameter "levelOne.levelTwo.1.0" and "levelOne.levelTwo.2.0".
test result:
yes, the last ".0" was lost, but parameter "levelOne.levelTwo.1" will test success.
the test code was pushed to my repository: https://github.com/juzq/spring-data-mongodb
The text was updated successfully, but these errors were encountered: