Skip to content
Snippets Groups Projects
Commit 714e7f9e authored by Aaron Davidson's avatar Aaron Davidson
Browse files

Fix line over 100 chars

parent 37db141a
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ class JsonProtocolSuite extends FunSuite {
test("writeWorkerState") {
val executors = List[ExecutorRunner]()
val finishedExecutors = List[ExecutorRunner](createExecutorRunner(), createExecutorRunner())
val stateResponse = new WorkerStateResponse("host", 8080, "workerId", executors, finishedExecutors,
"masterUrl", 4, 1234, 4, 1234, "masterWebUiUrl")
val stateResponse = new WorkerStateResponse("host", 8080, "workerId", executors,
finishedExecutors, "masterUrl", 4, 1234, 4, 1234, "masterWebUiUrl")
val output = JsonProtocol.writeWorkerState(stateResponse)
assertValidJson(output)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment