Looking at the code history, this test used to try two different ways to construct a proto containing map fields, and check that the resulting protos were the same. One of the ways was to obtain mutable `Map` objects for the fields, and modify those. When that possibility was removed from the proto API, the test code that used it was changed to use the other way, map-modifying methods directly on the proto class. But the end result is that the test method here was just doing the same thing twice and checking that it got the same result. PiperOrigin-RevId: 650639933pull/17383/head
parent
55a5f0c4db
commit
7f798cd8b9
1 changed files with 4 additions and 10 deletions
Loading…
Reference in new issue