Skip to content

Commit 7fb7100

Browse files
authored
update test name
1 parent abdd34b commit 7fb7100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-core-modules/scala-core-dates/src/test/scala/com/baeldung/scala/date/DateParserUnitTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class DateParserUnitTest extends AnyWordSpec with Matchers {
7575
)
7676
}
7777

78-
"parse date using java.time" in {
78+
"parse ISO date using java.time" in {
7979
val dateStr = "2024-09-19"
8080
LocalDate.parse(dateStr) shouldBe LocalDate.of(2024, 9, 19)
8181
}

0 commit comments

Comments
 (0)