Skip to content

Commit 65d4770

Browse files
committed
Fix test
1 parent 352e62f commit 65d4770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Validator/EnumValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testInvalidBasketballPositionType(): void
9696
$constraintValidationBuilder
9797
->expects(self::at(1))
9898
->method('setParameter')
99-
->with($this->equalTo('{{ choices }}'), $this->equalTo('"Point Guard", "Shooting Guard", "Small Forward", "Power Forward", "Center"'))
99+
->with($this->equalTo('{{ choices }}'), $this->equalTo('"PG", "SG", "SF", "PF", "C"'))
100100
->willReturnSelf()
101101
;
102102

0 commit comments

Comments
 (0)