Skip to content

Commit 6793653

Browse files
committed
Move some tests to the root package
1 parent 3ec554d commit 6793653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/com/intellij/lang/jsgraphql/ide/editor/GraphQLQuoteHandlerTest.java renamed to src/test/com/intellij/lang/jsgraphql/editor/GraphQLQuoteHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.intellij.lang.jsgraphql.ide.editor;
1+
package com.intellij.lang.jsgraphql.editor;
22

33
import com.intellij.lang.jsgraphql.GraphQLTestCaseBase;
44

src/test/com/intellij/lang/jsgraphql/ide/editor/GraphQLIntrospectionServiceTest.java renamed to src/test/com/intellij/lang/jsgraphql/introspection/GraphQLIntrospectionServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.intellij.lang.jsgraphql.ide.editor;
1+
package com.intellij.lang.jsgraphql.introspection;
22

33
import com.intellij.lang.jsgraphql.GraphQLTestCaseBase;
44
import com.intellij.lang.jsgraphql.ide.introspection.GraphQLIntrospectionService;

0 commit comments

Comments
 (0)