Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 90fba1d

Browse files
committed
test(Query): enablePersonalization
1 parent bcd4f2f commit 90fba1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

algoliasearch/src/test/java/com/algolia/search/saas/QueryTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ public void enableRules() {
145145
testBooleanAttribute("enableRules");
146146
}
147147

148+
@Test
149+
public void enablePersonalization() {
150+
testBooleanAttribute("enablePersonalization");
151+
}
152+
148153
@Test
149154
public void facetingAfterDistinct() {
150155
testBooleanAttribute("facetingAfterDistinct");

0 commit comments

Comments
 (0)