Skip to content

Commit

Permalink
fixed inputs_for_require to use the entity_type/schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckki committed Jun 15, 2024
1 parent 57a8087 commit 38fcde6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ fn does_not_rely_on_an_interface_object_directly_for_typename() {
}

#[test]
#[should_panic(
expected = r#"snapshot assertion"#
)]
#[should_panic(expected = r#"snapshot assertion"#)]
// TODO: investigate this failure (missing fetch node for `iFromS2 { ... on I { y } }`)
fn does_not_rely_on_an_interface_object_directly_if_a_specific_implementation_is_requested() {
let planner = planner!(
Expand Down Expand Up @@ -425,9 +423,7 @@ fn handles_query_of_an_interface_field_for_a_specific_implementation_when_query_
}

#[test]
#[should_panic(
expected = r#"snapshot assertion"#
)]
#[should_panic(expected = r#"snapshot assertion"#)]
// TODO: investigate this failure (missing fetch node for "everything.@ { ... on I { expansiveField } }")
fn it_avoids_buffering_interface_object_results_that_may_have_to_be_filtered_with_lists() {
let planner = planner!(
Expand Down

0 comments on commit 38fcde6

Please sign in to comment.