Contribution Date
              Technology
              
          Contribution Project
              
          Contribution Details
              Updating patch for 8.4.x branch, it was not getting applied properly.
+++ b/core/modules/hal/src/Tests/EntityTest.php
@@ -198,8 +198,8 @@ public function testComment() {
-    // No value will exist for name as this is only for anonymous users.
-    unset($original_values['cid'], $original_values['hostname'], $original_values['name']);
+    // No value will exist for name or mail as these are only for anonymous users.
+    unset($original_values['cid'], $original_values['hostname'], $original_values['name'], $original_values['mail']);
 
Moreover above snippet from #56 seems refactored in 8.4.x branch.
Contribution Issue Link
              
          Contribution Link
              
          Files count
              1
          Patches count
              1