Skip to content

Commit 9ff824b

Browse files
committed
Ensured that the Endpoint Language test uses the sync method for building the configuration model (#164)
1 parent 3f0e947 commit 9ff824b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/com/intellij/lang/jsgraphql/endpoint/JSGraphQLEndpointCodeInsightTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public void setUp() throws Exception {
5353
"\n" +
5454
" }\n" +
5555
"}");
56+
// use the synchronous method of building the configuration for the unit test
57+
GraphQLConfigManager.getService(getProject()).doBuildConfigurationModel(null);
5658
}
5759

5860
@Override

0 commit comments

Comments
 (0)