We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28187bf commit 1465390Copy full SHA for 1465390
core/src/test/scala/org/apache/spark/util/UtilsSuite.scala
@@ -37,6 +37,7 @@ import org.apache.hadoop.fs.Path
37
import org.apache.spark.SparkConf
38
39
class UtilsSuite extends FunSuite with ResetSystemProperties {
40
+
41
test("timeConversion") {
42
assert(Utils.timeStringAsS("1") === 1)
43
assert(Utils.timeStringAsS("1s") === 1)
0 commit comments