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 3f8a84e commit 927b92aCopy full SHA for 927b92a
tests/distinct_attribute_tests.ts
@@ -53,7 +53,7 @@ describe.each([
53
await client
54
.getIndex(index.uid)
55
.getDistinctAttribute()
56
- .then((response: string | void) => {
+ .then((response: string | null) => {
57
expect(response).toEqual(null)
58
})
59
@@ -70,7 +70,7 @@ describe.each([
70
71
72
73
74
expect(response).toEqual(new_da)
75
76
@@ -86,7 +86,7 @@ describe.each([
86
87
88
89
90
91
92
0 commit comments