Skip to content

Commit

Permalink
[AIM-1482] update error msg, add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh-reddy-paidy committed Oct 8, 2024
1 parent d8f344b commit b48a126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions juniper/src/validation/rules/limit_number_of_aliases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ mod tests {
}
"#,
);
}

#[test]
fn multiple_alias_allowed() {
expect_passes_rule::<_, _, DefaultScalarValue>(
factory,
r#"
Expand Down

0 comments on commit b48a126

Please sign in to comment.