Skip to content

Commit 883acdb

Browse files
authored
Fix tests
1 parent 890e879 commit 883acdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Functional/MainFunctionalTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public function testCollection()
321321
$addComment->click();
322322
$submit->click();
323323

324-
$this->assertEquals($getExpected(4, 3, 0), array_count_values($getErrors()));
324+
$this->assertEquals($getExpected(1, 1, 0), array_count_values($getErrors()));
325325

326326
$this->find('#del_task_tags_2')->click();
327327
$this->find('#del_task_comments_1')->click();
@@ -462,4 +462,4 @@ public function testPassForm_invalid()
462462
$this->assertTrue($page->hasContent('Fp\JsFormValidatorBundle\Exception\UndefinedFormException'), 'Exception was thrown');
463463
$this->assertTrue($page->hasContent("Form 'wrong_name' was not found. Existing forms: async_load"), 'Correct message');
464464
}
465-
}
465+
}

0 commit comments

Comments
 (0)