Skip to content

Commit a05224a

Browse files
committed
Update assertion
1 parent 9e22f04 commit a05224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Settings/SettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function testUpdateSettings(): void
109109
self::assertIsArray($settings['sortableAttributes']);
110110
self::assertEmpty($settings['sortableAttributes']);
111111
self::assertSame(self::DEFAULT_TYPO_TOLERANCE, iterator_to_array($settings['typoTolerance']));
112-
self::assertSame(false, $settings['facetSearch']);
112+
self::assertFalse($settings['facetSearch']);
113113
self::assertSame('disabled', $settings['prefixSearch']);
114114
}
115115

0 commit comments

Comments
 (0)