We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1a109 commit bd9a723Copy full SHA for bd9a723
src/test/java/com/meilisearch/integration/TenantTokenTest.java
@@ -108,7 +108,7 @@ public void testGenerateTenantTokenWithFilter() throws Exception {
108
109
assertThat(searchResult.getHits().size(), is(equalTo(20)));
110
assertThat(searchResult.getLimit(), is(equalTo(20)));
111
- assertThat(searchResult.getEstimatedTotalHits(), is(equalTo(30)));
+ assertThat(searchResult.getEstimatedTotalHits(), is(equalTo(31)));
112
}
113
114
/** Test Create Tenant Token with expiration date */
0 commit comments