refactor: remove unused comment code

上级 b825f86b
......@@ -140,17 +140,13 @@ class Dog extends Animal with WaggingTail with FourLeggedAnimal {
@Test
internal fun shouldIdentifyPackageName() {
//given
val code = """
package xxx.yy.zz.aa.bb.commons.transformation
import chapi
"""
//when
val container = ScalaAnalyser().analysis(code, "hello.scala")
//then
assertEquals(container.PackageName, "xxx.yy.zz.aa.bb.commons.transformation")
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册