Skip to content

Commit 2f2908b

Browse files
committed
Fix tests
1 parent ed01491 commit 2f2908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/JsonProtocolSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ object JsonConstants {
170170
"""
171171
|{"name":"name","cores":4,"memoryperslave":1234,
172172
|"user":"%s","sparkhome":"sparkHome",
173-
|"command":"Command(mainClass,List(arg1, arg2),Map(),Map(),List(),List(),None)"}
173+
|"command":"Command(mainClass,List(arg1, arg2),Map(),List(),List(),List())"}
174174
""".format(System.getProperty("user.name", "<unknown>")).stripMargin
175175

176176
val executorRunnerJsonStr =

0 commit comments

Comments
 (0)