mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[code samples] conditional_operator_intention: use testData
for test data files
This commit is contained in:
parent
2ffe23e57f
commit
d26f27a807
@ -15,7 +15,7 @@ public class ConditionalOperatorConverterTest extends LightJavaCodeInsightFixtur
|
||||
*/
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return "src/test/resources";
|
||||
return "src/test/testData";
|
||||
}
|
||||
|
||||
protected void doTest(String testName, String hint) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user