Skip to content

Commit

Permalink
Fix test case that was broken with changes in calling patterns (#2428)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Feb 3, 2023
1 parent f808b2a commit 3ba3fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ public void testCheckForDeprecatedSettingFoundLegacy() {

checkForDeprecatedSetting(settings, "legacyKey", "properKey");

verify(logger).deprecate(eq("legacyKey"), anyString(), any());
verify(logger).deprecate(eq("legacyKey"), anyString(), any(), any());
}
}

0 comments on commit 3ba3fc8

Please sign in to comment.