We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ece4 commit 2bd04b3Copy full SHA for 2bd04b3
src/test/java/graphql/annotations/processor/retrievers/fieldBuilders/DeprecateBuilderTest.java
@@ -105,7 +105,7 @@ public void build_noDeprecatedAnnotation_returnNull() throws NoSuchMethodExcepti
105
}
106
107
@Test
108
- public void build_deprecatedAnnotationExistsOnField_returnNull() throws NoSuchFieldException {
+ public void build_deprecatedAnnotationDoesNotExistsOnField_returnNull() throws NoSuchFieldException {
109
// arrange
110
Field field = getClass().getField("testField2");
111
DeprecateBuilder deprecateBuilder = new DeprecateBuilder(field);
0 commit comments