@@ -127,7 +127,7 @@ public AbstractAccessibilityRecordAssert hasScrollY(int scroll) {
     isNotNull();
     int actualScroll = actual.getScrollY();
     assertThat(actualScroll) //
-        .overridingErrorMessage("Expected maximum Y scroll <%s> but was <%s>.", scroll,
+        .overridingErrorMessage("Expected Y scroll <%s> but was <%s>.", scroll,
             actualScroll) //
         .isEqualTo(scroll);
     return this;