Skip to content

Commit 751bce3

Browse files
committed
Cover interface field args with positive tests
1 parent 025ba4f commit 751bce3

File tree

6 files changed

+126
-12
lines changed

6 files changed

+126
-12
lines changed

tests/integration/tests/codegen_enum_derive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ mod description_from_doc_comment {
387387
}
388388
}
389389

390-
mod deprecation_from_attr {
390+
mod value_deprecation_from_rust_attr {
391391
#![expect(deprecated, reason = "GraphQL schema testing")]
392392

393393
use super::*;

tests/integration/tests/codegen_interface_attr_struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ mod description_from_doc_comment {
10831083
}
10841084
}
10851085

1086-
mod deprecation_from_attr {
1086+
mod field_deprecation_from_rust_attr {
10871087
use super::*;
10881088

10891089
#[graphql_interface(for = Human)]

0 commit comments

Comments
 (0)