From a8282561d6f3b6476332e8826952d9e858213a6f Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Fri, 29 May 2020 02:46:51 -0500
Subject: [PATCH] Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant
 typos in core

(cherry picked from commit da2fb105717bb0eb3746547ddbec9e5c3c82d0a1)
---
 .../comment/tests/src/Unit/CommentStatisticsUnitTest.php        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php b/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php
index c57562b415d4..9a0e99950014 100644
--- a/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php
+++ b/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php
@@ -96,7 +96,7 @@ protected function setUp() {
    */
   public function testRead() {
     $this->calls_to_fetch = 0;
-    $results = $this->commentStatistics->read(['1' => 'boo', '2' => 'foo'], 'snafoos');
+    $results = $this->commentStatistics->read(['1' => 'boo', '2' => 'foo'], 'snafus');
     $this->assertEquals($results, ['something', 'something-else']);
   }
 
-- 
GitLab