Skip to content

Commit 67d5ca8

Browse files
committed
Rename caching tests
1 parent a4c5cf9 commit 67d5ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/first-facets-distribution.tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('Default facet distribution', () => {
148148
// with keepZeroFacets
149149
// with placeholderSearch
150150
// With multiple search (empty and no results expected)
151-
test('creation of facet distribution with facets and keepZeroFacets to true', async () => {
151+
test('Ensure cached facetDistribution works between two searches when keepZeroFacets is true', async () => {
152152
const searchClient = instantMeiliSearch(HOST, API_KEY, {
153153
keepZeroFacets: true,
154154
})
@@ -202,7 +202,7 @@ describe('Default facet distribution', () => {
202202
// with keepZeroFacets
203203
// without placeholderSearch
204204
// With multiple search (empty and no results expected)
205-
test('creation of facet distribution with facets, keepZeroFacets to true and placeholderSearch to false', async () => {
205+
test('ensure cached facetDistribution works between two calls when placeholderSearch is false', async () => {
206206
const searchClient = instantMeiliSearch(HOST, API_KEY, {
207207
keepZeroFacets: true,
208208
placeholderSearch: false,

0 commit comments

Comments
 (0)