File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
arrow-schema/src/extension/canonical Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ mod tests {
300300 }
301301
302302 #[ test]
303- #[ should_panic( expected = "Field extension type name missing" ) ]
303+ #[ should_panic( expected = "Extension type name missing" ) ]
304304 fn missing_name ( ) {
305305 let field = make_valid_field_primitive ( TimeUnit :: Second )
306306 . with_metadata ( [ ( EXTENSION_TYPE_METADATA_KEY . to_owned ( ) , "" . to_owned ( ) ) ] . into ( ) ) ;
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ mod tests {
143143 }
144144
145145 #[ test]
146- #[ should_panic( expected = "Field extension type name missing" ) ]
146+ #[ should_panic( expected = "Extension type name missing" ) ]
147147 fn row_number_missing_name ( ) {
148148 let field = Field :: new ( "" , DataType :: Int64 , false ) . with_metadata (
149149 [ ( EXTENSION_TYPE_METADATA_KEY . to_owned ( ) , "" . to_owned ( ) ) ]
@@ -203,7 +203,7 @@ mod tests {
203203 }
204204
205205 #[ test]
206- #[ should_panic( expected = "Field extension type name missing" ) ]
206+ #[ should_panic( expected = "Extension type name missing" ) ]
207207 fn row_group_index_missing_name ( ) {
208208 let field = Field :: new ( "" , DataType :: Int64 , false ) . with_metadata (
209209 [ ( EXTENSION_TYPE_METADATA_KEY . to_owned ( ) , "" . to_owned ( ) ) ]
You can’t perform that action at this time.
0 commit comments