mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07: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
|
@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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user