Skip to content

Commit 2bd04b3

Browse files
committed
fix code review comment
1 parent fb3ece4 commit 2bd04b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/graphql/annotations/processor/retrievers/fieldBuilders/DeprecateBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void build_noDeprecatedAnnotation_returnNull() throws NoSuchMethodExcepti
105105
}
106106

107107
@Test
108-
public void build_deprecatedAnnotationExistsOnField_returnNull() throws NoSuchFieldException {
108+
public void build_deprecatedAnnotationDoesNotExistsOnField_returnNull() throws NoSuchFieldException {
109109
// arrange
110110
Field field = getClass().getField("testField2");
111111
DeprecateBuilder deprecateBuilder = new DeprecateBuilder(field);

0 commit comments

Comments
 (0)