Skip to content
Snippets Groups Projects
Commit ec49206d authored by SeeBasTStick's avatar SeeBasTStick
Browse files

clean up

parent d82a07e2
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class BDocumentServiceTest {
* Fakes the behavior of the user by returning no errors when called the second time
* The user fixed the errors
*/
class DummyProBKernelManager(val communicator : CommunicatorInterface) : ProBInterface{
class DummyProBKernelManager(private val communicator : CommunicatorInterface) : ProBInterface{
private var counter = 0
......@@ -167,7 +167,6 @@ class BDocumentServiceTest {
documentService.checkDocument("src/test/resources/WD_M2.mch")
println(communicator.pushedDiagnostics)
val targetSet = communicator.pushedDiagnostics.entries.first().value.map { value -> value.source }.toSet()
assertEquals(emptyList(), communicator.pushedDiagnostics.entries.first().value)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment