mirror of https://github.com/sbt/sbt.git
Fix initialize test
This commit is contained in:
parent
9522b7e4ed
commit
667e4b67cd
|
|
@ -652,7 +652,7 @@ object BuildServerTest extends AbstractServerTest {
|
||||||
val msg = JsonRpcRequestMessage("2.0", id.toString, method, Converter.toJson(params).get)
|
val msg = JsonRpcRequestMessage("2.0", id.toString, method, Converter.toJson(params).get)
|
||||||
val json = Converter.toJson(msg).get
|
val json = Converter.toJson(msg).get
|
||||||
svr.sendJsonRpc(CompactPrinter(json))
|
svr.sendJsonRpc(CompactPrinter(json))
|
||||||
assertProcessing(method)
|
if (method != "build/initialize") assertProcessing(method)
|
||||||
id
|
id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue