Skip to content

Commit

Permalink
SECURITY: Fix Compile Error in ReservedRealmTests (#33166)
Browse files Browse the repository at this point in the history
* This was broken by #32515 since the 5.x versions
were removed between PR creation and merge
  • Loading branch information
original-brownbear committed Aug 27, 2018
1 parent 1779d33 commit f7a9186
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ private void verifyVersionPredicate(String principal, Predicate<Version> version
assertThat(versionPredicate.test(Version.V_6_3_0), is(true));
break;
case APMSystemUser.NAME:
assertThat(versionPredicate.test(Version.V_5_6_9), is(false));
assertThat(versionPredicate.test(Version.V_6_4_0), is(false));
assertThat(versionPredicate.test(Version.V_6_5_0), is(true));
break;
Expand Down

0 comments on commit f7a9186

Please sign in to comment.