Skip to content

Commit df5ee7e

Browse files
committed
Fix test
1 parent 1b27b63 commit df5ee7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/executor/src/execution/plan.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,8 @@ fn condition_node_by_variables<'a>(
583583
* So we should duplicate the error for both paths.
584584
*/
585585
fn normalize_entity_errors_correctly() {
586+
use crate::response::graphql_error::{GraphQLError, GraphQLErrorPathSegment};
587+
use std::collections::HashMap;
586588
let mut ctx = ExecutionContext::default();
587589
let mut entity_index_error_map: HashMap<&usize, Vec<Vec<GraphQLErrorPathSegment>>> =
588590
HashMap::new();

0 commit comments

Comments
 (0)