@@ -266,7 +266,7 @@ mod tests {
266266 position : ( position as u32 ) . into ( ) ,
267267 text,
268268 tree : Some ( & tree) ,
269- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
269+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
270270 } ;
271271
272272 let ctx = CompletionContext :: new ( & params) ;
@@ -298,7 +298,7 @@ mod tests {
298298 position : ( position as u32 ) . into ( ) ,
299299 text,
300300 tree : Some ( & tree) ,
301- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
301+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
302302 } ;
303303
304304 let ctx = CompletionContext :: new ( & params) ;
@@ -332,7 +332,7 @@ mod tests {
332332 position : ( position as u32 ) . into ( ) ,
333333 text,
334334 tree : Some ( & tree) ,
335- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
335+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
336336 } ;
337337
338338 let ctx = CompletionContext :: new ( & params) ;
@@ -357,7 +357,7 @@ mod tests {
357357 position : ( position as u32 ) . into ( ) ,
358358 text,
359359 tree : Some ( & tree) ,
360- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
360+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
361361 } ;
362362
363363 let ctx = CompletionContext :: new ( & params) ;
@@ -385,7 +385,7 @@ mod tests {
385385 position : ( position as u32 ) . into ( ) ,
386386 text,
387387 tree : Some ( & tree) ,
388- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
388+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
389389 } ;
390390
391391 let ctx = CompletionContext :: new ( & params) ;
@@ -411,7 +411,7 @@ mod tests {
411411 position : ( position as u32 ) . into ( ) ,
412412 text,
413413 tree : Some ( & tree) ,
414- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
414+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
415415 } ;
416416
417417 let ctx = CompletionContext :: new ( & params) ;
@@ -436,7 +436,7 @@ mod tests {
436436 position : ( position as u32 ) . into ( ) ,
437437 text,
438438 tree : Some ( & tree) ,
439- schema : & pg_schema_cache:: SchemaCache :: new ( ) ,
439+ schema : & pg_schema_cache:: SchemaCache :: default ( ) ,
440440 } ;
441441
442442 let ctx = CompletionContext :: new ( & params) ;
0 commit comments