Commit 4aa06acc authored by Sascha Grossenbacher's avatar Sascha Grossenbacher
Browse files

Issue #2871305 by sinn, Berdir: Remove unnecessary assertion method that fails in D9

parent 4b1b26a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@ class ContactStorageTest extends ContactStorageTestBase {
    $this->cloneContactForm('test_id', 'test_id_cloned');
    $original_form = ContactForm::load('test_id');
    $cloned_form = ContactForm::load('test_id_cloned');
    $this->assertTrue($cloned_form->uuid());
    $this->assertNotEquals($original_form->uuid(), $cloned_form->uuid());

    // Ensure that anonymous can submit site-wide contact form.