parent
4ade8ef2d1
commit
3986b1c3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class LineNumberSpec extends AkkaSpec {
|
||||||
}
|
}
|
||||||
|
|
||||||
"work for partial functions" in {
|
"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 {
|
"work for `def`" in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue