Skip to content

Commit 2f2eb5f

Browse files
committed
minor #1109 Remove duplicate assert (OskarStark)
This PR was merged into the 2.x branch. Discussion ---------- Remove duplicate assert | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | -- | License | MIT Commits ------- 904af5d Remove duplicate assert
2 parents 55a716b + 904af5d commit 2f2eb5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Autocomplete/tests/Functional/AutocompleteFormRenderingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function testCategoryFieldSubmitsCorrectly()
6565
->assertElementCount('#product_category_autocomplete option', 1)
6666
->assertNotContains('First cat')
6767

68-
->assertNotContains('First cat')
6968
->post('/test-form', [
7069
'body' => [
7170
'product' => ['category' => ['autocomplete' => $fooCat->getId()]],

0 commit comments

Comments
 (0)