Verified Commit 39235c94 authored by quietone's avatar quietone
Browse files

Issue #3549023 by joachim, ishani patel: remove obsolete comment about issue 2513094

(cherry picked from commit 3ce5c201)
parent dadd7cc1
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -420,8 +420,6 @@ public function testRevisionChanged(): void {
    // EntityForm::save().
    $form_entity_builder_clone->save();

    // The assertion fails unless https://www.drupal.org/node/2513094 is
    // committed.
    $this->assertFalse(
      $this->getRevisionTranslationAffectedFlag($entity),
      'Changed flag of original language is reset by adding a new translation and a new revision.'