mirror of
https://github.com/google/nomulus
synced 2026-02-05 20:41:08 +00:00
Convert RestoreCommitLogsCommandTest use of generics and mockito to a form that works with the kokoro build: - Replace ImmutableMap<String, Object> with ImmutableMap<String, ?>. - Replace any() as a matcher for MediaType with an "eq()" matcher. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157148910