Skip to content

Commit

Permalink
chore: Adjust sbt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jun 30, 2023
1 parent 8d054c7 commit 84f0445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/slow/src/test/scala/tests/sbt/SbtBloopLspSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class SbtBloopLspSuite
"build.sbt",
"sc@@alaVersion := \"2.12.11\"",
"sbt/Keys.scala",
expectedLine = 190,
expectedLine = 191,
)
} yield ()
}
Expand Down Expand Up @@ -754,9 +754,9 @@ class SbtBloopLspSuite
test("semantic-highlight") {
val expected =
s"""|<<lazy>>/*modifier*/ <<val>>/*keyword*/ <<root>>/*variable,definition,readonly*/ = (<<project>>/*class*/ <<in>>/*method*/ <<file>>/*method*/(<<".">>/*string*/))
| .<<configs>>/*method*/(<<IntegrationTest>>/*variable,readonly*/)
| .<<configs>>/*method*/(<<IntegrationTest>>/*variable,readonly,deprecated*/)
| .<<settings>>/*method*/(
| <<Defaults>>/*class*/.<<itSettings>>/*variable,readonly*/,
| <<Defaults>>/*class*/.<<itSettings>>/*variable,readonly,deprecated*/,
| <<inThisBuild>>/*method*/(
| <<List>>/*class*/(
| <<organization>>/*variable,readonly*/ <<:=>>/*method*/ <<"com.example">>/*string*/,
Expand Down

0 comments on commit 84f0445

Please sign in to comment.