Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update core/src/test/scala/org/apache/spark/api/python/PythonRDDSuite…
….scala
  • Loading branch information
HyukjinKwon authored Nov 23, 2020
commit ef137b6664f5a456001af9e70f75d0a5b3e8aad3
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ import org.apache.spark.util.Utils

class PythonRDDSuite extends SparkFunSuite with LocalSparkContext {

private def doReturn(value: Any) = org.mockito.Mockito.doReturn(value, Seq.empty: _*)

var tempDir: File = _

override def beforeAll(): Unit = {
Expand Down