Skip to content

Commit

Permalink
bugfix: Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 23, 2024
1 parent f8eac1f commit 6ec5d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified metals/src/main/resources/sbt-launch.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/slow/src/test/scala/tests/sbt/SbtServerSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ class SbtServerSuite
cleanWorkspace()
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 6ec5d41

Please sign in to comment.