Skip to content

Commit 89ed2df

Browse files
committed
Fix test
1 parent 31f7b2d commit 89ed2df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/SettingsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class SettingsTest extends BaseKernelTestCase
2222
'typo',
2323
'proximity',
2424
'attribute',
25+
'sort',
2526
'exactness',
2627
];
2728

@@ -85,6 +86,6 @@ public function testUpdateSettings(): void
8586
$this->assertEquals(['a', 'an', 'the'], $settings['stopWords']);
8687

8788
$this->assertNotEmpty($settings['filterableAttributes']);
88-
$this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
89+
$this->assertEquals(['publishedAt', 'title'], $settings['filterableAttributes']);
8990
}
9091
}

0 commit comments

Comments
 (0)