File tree Expand file tree Collapse file tree
tests/graph/benches/manual_queries/entity_queries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,10 +339,7 @@ where
339339 let _response = store
340340 . query_entities (
341341 request. actor_id ,
342- request
343- . request
344- . into_params_unchecked ( config, None )
345- . expect ( "limit should not exceed configured maximum" ) ,
342+ request. request . into_params_unchecked ( config, None ) ,
346343 )
347344 . await
348345 . expect ( "failed to read entities from store" ) ;
@@ -351,10 +348,7 @@ where
351348 let _response = store
352349 . query_entity_subgraph (
353350 request. actor_id ,
354- request
355- . request
356- . into_traversal_params_unchecked ( config)
357- . expect ( "limit should not exceed configured maximum" ) ,
351+ request. request . into_traversal_params_unchecked ( config) ,
358352 )
359353 . await
360354 . expect ( "failed to read entity subgraph from store" ) ;
You can’t perform that action at this time.
0 commit comments