[code samples] conditional_operator_intention: use testData for test data files

This commit is contained in:
Yann Cébron 2020-04-16 11:48:02 +02:00
parent 2ffe23e57f
commit d26f27a807
3 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class ConditionalOperatorConverterTest extends LightJavaCodeInsightFixtur
*/ */
@Override @Override
protected String getTestDataPath() { protected String getTestDataPath() {
return "src/test/resources"; return "src/test/testData";
} }
protected void doTest(String testName, String hint) { protected void doTest(String testName, String hint) {