Skip to content

Commit b9d7b7a

Browse files
committed
Uncomment test
1 parent 4f51ab1 commit b9d7b7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/SettingsTest.php

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

8787
$this->assertNotEmpty($settings['filterableAttributes']);
88-
// commented until this bug is fixed: https://github.com/meilisearch/MeiliSearch/issues/1625
89-
// $this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
88+
$this->assertEquals(['title', 'publishedAt'], $settings['filterableAttributes']);
9089
}
9190
}

0 commit comments

Comments
 (0)