diff --git a/core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php b/core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php
index 67b4cba..a1cf0f2 100644
--- a/core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php
+++ b/core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php
@@ -51,7 +51,7 @@ public function testFilter() {
 
     // Create one  node on which the author has neither authorship of revisions
     // or the main node.
-    $node = $this->drupalCreateNode(array('uid' => $no_author->id()));
+    $this->drupalCreateNode(array('uid' => $no_author->id()));
 
     $view = views_get_view('test_filter_node_uid_revision');
     $view->initHandlers();
