macro_rules! assert_errors_eq_ignoring_id {
($expected:expr, $actual:expr) => { ... };
}Expand description
Assert that the expected and actual lists of Error are equal when ignoring their
Error::apollo_id.
macro_rules! assert_errors_eq_ignoring_id {
($expected:expr, $actual:expr) => { ... };
}Assert that the expected and actual lists of Error are equal when ignoring their
Error::apollo_id.