mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[code samples] conditional_operator_intention: use testData
for test data files
This commit is contained in:
parent
8d33a5965b
commit
e72d6d28cc
@ -25,7 +25,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