Fix LineNumberSpec failing since Scala 3 update in #30248 (#30261)

This commit is contained in:
Johan Andrén 2021-05-28 08:53:15 +02:00 committed by GitHub
parent 4ade8ef2d1
commit 3986b1c3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ class LineNumberSpec extends AkkaSpec {
}
"work for partial functions" in {
LineNumbers(partial) should ===(SourceFileLines("LineNumberSpecCodeForScala.scala", 21, 22))
LineNumbers(partial) should ===(SourceFileLines("LineNumberSpecCodeForScala.scala", 20, 22))
}
"work for `def`" in {