Skip to content

Commit 94b170d

Browse files
committed
fix(test): update expected schema to include truncate_len
1 parent 15deb9b commit 94b170d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

spec/typesense/collections_spec.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
'sort' => false,
102102
'stem' => false,
103103
'stem_dictionary' => '',
104-
'store' => true
104+
'store' => true,
105+
'truncate_len' => 100
105106
},
106107
{
107108
'name' => 'num_employees',
@@ -114,7 +115,8 @@
114115
'sort' => true,
115116
'stem' => false,
116117
'stem_dictionary' => '',
117-
'store' => true
118+
'store' => true,
119+
'truncate_len' => 100
118120
},
119121
{
120122
'name' => 'country',
@@ -127,7 +129,8 @@
127129
'sort' => false,
128130
'stem' => false,
129131
'stem_dictionary' => '',
130-
'store' => true
132+
'store' => true,
133+
'truncate_len' => 100
131134
}
132135
]
133136
end

0 commit comments

Comments
 (0)