Unverified Commit d52f1478 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206,...

Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206, longwave, catch: Fix unused variable $unpublished in TrackerTest.php

(cherry picked from commit 399fe1c2)
parent 6deb8a8a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -393,6 +393,9 @@ public function testTrackerCronIndexing() {
      'status' => 0,
    ]);

    $this->drupalGet('activity');
    $this->assertSession()->responseNotContains($unpublished->label());

    // Start indexing backwards from node 4.
    \Drupal::state()->set('tracker.index_nid', 4);