Skip to content

Commit 85c3fb0

Browse files
committed
Update test field type
1 parent 78e6c35 commit 85c3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/lib/commands/SEARCH_NOCONTENT.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('SEARCH_NOCONTENT', () => {
2626
testUtils.testWithClient('returns total and keys', async client => {
2727
await Promise.all([
2828
client.ft.create('index', {
29-
field: SchemaFieldTypes.NUMERIC
29+
field: SchemaFieldTypes.TEXT
3030
}),
3131
client.hSet('1', 'field', 'field1'),
3232
client.hSet('2', 'field', 'field2'),

0 commit comments

Comments
 (0)