Skip to content

Commit 80a443e

Browse files
committed
Fix
1 parent 1be39f6 commit 80a443e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/graphql/annotations/connection/GraphQLSimpleConnectionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class GraphQLSimpleConnectionTest {
2828
@BeforeMethod
2929
public void init() {
3030
GraphQLAnnotations.getInstance().getTypeRegistry().clear();
31+
GraphQLAnnotations.getInstance().getContainer().getProcessing().clear();
3132
}
3233

3334
@Test

0 commit comments

Comments
 (0)