This commit is contained in:
Ilya.Kazakevich
2018-09-06 21:00:07 +03:00
parent e8c43d33fd
commit 5e62b87288
2 changed files with 1 additions and 1 deletions

View File

@@ -405,7 +405,7 @@ public final class PythonPyTestingTest extends PyEnvTestCase {
@NotNull
private PyFunction getFunction(@NotNull final String folder) {
final PyFile file = (PyFile)myFixture.configureByFile(String.format("configurationByContext/%s/test_test.py", folder));
final PyFile file = (PyFile)myFixture.configureByFile(String.format("configurationByContext/%s/test_foo.py", folder));
assert file != null;
final PyFunction function = file.findTopLevelFunction("test_test");
assert function != null;