diff --git a/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php b/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php index adf6e8a..846868e 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php @@ -281,7 +281,7 @@ function testTwoPagers() { ->setComponent('comment_2', array( 'label' => 'hidden', 'type' => 'comment_default', - 'weight' => 20, + 'weight' => 30, 'settings' => array( 'pager_id' => 1, )