We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9cb9 commit e71dd87Copy full SHA for e71dd87
scala-libraries-standalone/nscalatime/src/test/scala/com/baeldung/nscalatime/NscalaTimeUnitTest.scala
@@ -10,12 +10,12 @@ import java.util.Date
10
import java.util.Calendar
11
import com.github.nscala_time.time.DurationBuilder
12
import org.joda.time.format.DateTimeFormatter
13
+import NScalaTime.*
14
15
class nScalatimeSpec
16
extends AnyFlatSpec
17
with Matchers
18
with TableDrivenPropertyChecks:
- import NScalaTime.*
19
20
"DateTime checks" should "pass as DateTime objects" in:
21
val dateTimeObjects: TableFor1[DateTime] =
0 commit comments