diff --git a/compiler-access/src/test/scala/org/alephium/ralph/lsp/access/compiler/parser/soft/FnDecelerationSpec.scala b/compiler-access/src/test/scala/org/alephium/ralph/lsp/access/compiler/parser/soft/FnDecelerationSpec.scala index 4d9ebb017..ab04d198a 100644 --- a/compiler-access/src/test/scala/org/alephium/ralph/lsp/access/compiler/parser/soft/FnDecelerationSpec.scala +++ b/compiler-access/src/test/scala/org/alephium/ralph/lsp/access/compiler/parser/soft/FnDecelerationSpec.scala @@ -179,8 +179,8 @@ class FnDecelerationSpec extends AnyWordSpec with Matchers { SoftAST.IdentifierExpected( indexOf { """fn function( - | fn >><< - |} + | fn + |>><<} |""".stripMargin } )