PY-6637 Rename test data directory to "makeFunctionTopLevel" for consistency

This commit is contained in:
Mikhail Golubev
2015-10-08 12:00:10 +03:00
parent 8e241ee9fd
commit fc755017b5
37 changed files with 1 additions and 1 deletions

View File

@@ -225,6 +225,6 @@ public class PyMakeFunctionTopLevelTest extends PyTestCase {
@Override
protected String getTestDataPath() {
return super.getTestDataPath() + "/refactoring/convertTopLevel/";
return super.getTestDataPath() + "/refactoring/makeFunctionTopLevel/";
}
}