Skip to content
Snippets Groups Projects
Commit c0741755 authored by sebastian's avatar sebastian
Browse files

fixed failing test

parent 6a1814f1
Branches
Tags
No related merge requests found
...@@ -144,7 +144,7 @@ class BDocumentServiceTest { ...@@ -144,7 +144,7 @@ class BDocumentServiceTest {
val targetSet = communicator.pushedDiagnostics.entries.first().value.map { value -> value.source }.toSet() val targetSet = communicator.pushedDiagnostics.entries.first().value.map { value -> value.source }.toSet()
assertEquals(1, communicator.pushedDiagnostics.entries.size) assertEquals(2, communicator.pushedDiagnostics.entries.size)
assertEquals(2, communicator.pushedDiagnostics.entries.first().value.size) assertEquals(2, communicator.pushedDiagnostics.entries.first().value.size)
assertTrue(targetSet.first().contains("b-language-server/src/test/resources/WD_M1.mch")) assertTrue(targetSet.first().contains("b-language-server/src/test/resources/WD_M1.mch"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment