Skip to content

Commit

Permalink
tree view test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Apr 7, 2023
1 parent df0bbca commit d1bbb56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/unit/src/test/scala/tests/TreeViewLspSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ class TreeViewLspSuite extends BaseLspSuite("tree-view") {
},
),
s"""|root
| Projects for root (0)
| Libraries for root (${expectedLibrariesCount})
| Libraries for root (${expectedLibrariesCount})
| Projects (0)
| Libraries (${expectedLibrariesCount})
| Libraries (${expectedLibrariesCount})
| sourcecode_2.13-0.1.7.jar
| sourcecode_2.13-0.1.7.jar
| sourcecode/
Expand Down Expand Up @@ -272,9 +272,9 @@ class TreeViewLspSuite extends BaseLspSuite("tree-view") {
},
),
s"""|root
| Projects for root (0)
| Libraries for root (${expectedLibrariesCount})
| Libraries for root (${expectedLibrariesCount})
| Projects (0)
| Libraries (${expectedLibrariesCount})
| Libraries (${expectedLibrariesCount})
| org.eclipse.lsp4j-0.5.0.jar
| org.eclipse.lsp4j.generator-0.5.0.jar
| org.eclipse.lsp4j.jsonrpc-0.5.0.jar
Expand Down

0 comments on commit d1bbb56

Please sign in to comment.