Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Kernel / Plugin / SqlEntityLoadingTest.php
index 339638ceb2290d0d00868ea01c3ec5add41ea9c5..3e3bbaca365b7b64a1e9758c51ed5dc3729f54ae 100644 (file)
@@ -37,7 +37,7 @@ class SqlEntityLoadingTest extends ViewsKernelTestBase {
     $this->installSchema('node', 'node_access');
   }
 
-  public function testViewWithNonDefaultForwardRevision() {
+  public function testViewWithNonDefaultPendingRevision() {
     $node_type = NodeType::create([
       'type' => 'page',
     ]);