Skip to content

Commit e60aa70

Browse files
authored
Merge pull request #100 from meilisearch/fix-tests
Fix typo for linter
2 parents b71e054 + 016bb2d commit e60aa70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Integration/SettingsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ class SettingsTest extends BaseKernelTestCase
1818

1919
public const DEFAULT_RANKING_RULES
2020
= [
21-
"words",
22-
"typo",
23-
"proximity",
24-
"attribute",
25-
"exactness"
21+
'words',
22+
'typo',
23+
'proximity',
24+
'attribute',
25+
'exactness',
2626
];
2727

2828
protected Client $client;

0 commit comments

Comments
 (0)