Skip to content

Commit e427e76

Browse files
committed
Fix test
1 parent 31f7b2d commit e427e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/SettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ public function testUpdateSettings(): void
8585
$this->assertEquals(['a', 'an', 'the'], $settings['stopWords']);
8686

8787
$this->assertNotEmpty($settings['filterableAttributes']);
88-
$this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
88+
$this->assertEquals(['publishedAt', 'title'], $settings['filterableAttributes']);
8989
}
9090
}

0 commit comments

Comments
 (0)