Skip to content

Commit 7ff7b0b

Browse files
Fix one final test
1 parent 3960c35 commit 7ff7b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/tests/Unit/Controller/Jury/ProblemControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class ProblemControllerTest extends JuryControllerTestCase
1414
{
1515
protected static string $baseUrl = '/jury/problems';
16-
protected static array $exampleEntries = ['Hello World', 'default', 5, 3, 2, 1];
16+
protected static array $exampleEntries = ['Hello World', 'default', 5, 'boolfind', 'fltcmp', 'hello'];
1717
protected static string $shortTag = 'problem';
1818
protected static array $deleteEntities = ['Hello World','Float special compare test'];
1919
protected static string $deleteEntityIdentifier = 'name';

0 commit comments

Comments
 (0)