Skip to content

Commit e407586

Browse files
committed
fix: fix python test isse
1 parent ab69050 commit e407586

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pycharm/src/test/kotlin/cc/unitmesh/pycharm/context/PythonContextTest.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ print(p1.age) """
2828
psiElement.methods.forEach { println(it.name) }
2929
val classContext: ClassContext = ClassContextProvider(false).from(psiElement)
3030

31-
assertEquals(classContext.format(), """class _ {
31+
assertEquals(classContext.format(), """'filePath: /foo.bar
32+
class _ {
3233
3334
3435
}""");
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)