Formatter tests: Fix wrong test file extension (prevented a bunch of formatter tests from running)
This commit is contained in:
@@ -133,7 +133,7 @@ public abstract class AbstractJetFormatterTest extends LightIdeaTestCase {
|
|||||||
configurator.configureSettings();
|
configurator.configureSettings();
|
||||||
doTextTest(originalFileText, new File(testFileName + ".after.kt"));
|
doTextTest(originalFileText, new File(testFileName + ".after.kt"));
|
||||||
|
|
||||||
String afterInvertedFileName = testFileName + ".after_inv.kt";
|
String afterInvertedFileName = testFileName + ".after.inv.kt";
|
||||||
if (new File(afterInvertedFileName).exists()) {
|
if (new File(afterInvertedFileName).exists()) {
|
||||||
configurator.configureInvertedSettings();
|
configurator.configureInvertedSettings();
|
||||||
doTextTest(originalFileText, new File(afterInvertedFileName));
|
doTextTest(originalFileText, new File(afterInvertedFileName));
|
||||||
|
|||||||
Reference in New Issue
Block a user