fix ImportFromSpec

This commit is contained in:
DieMyst 2023-12-20 19:18:38 +07:00
parent d5076c92dd
commit 0bf76f312b

View File

@ -24,8 +24,7 @@ class ImportFromSpec extends AnyFlatSpec with Matchers with AquaSpec {
) )
ImportFromExpr.p ImportFromExpr.p
.parseAll(s"""import MyModule, func as fn from "file.aqua" .parseAll(s"""import MyModule, func as fn from "file.aqua"""".stripMargin)
|""".stripMargin)
.value .value
.mapK(spanToId) should be( .mapK(spanToId) should be(
ImportFromExpr( ImportFromExpr(