Skip to content

Commit

Permalink
Update core/src/test/scala/org/dbpedia/extraction/dataparser/DateTime…
Browse files Browse the repository at this point in the history
…ParserTest.scala

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Meti-Adane and TallTed authored Sep 8, 2024
1 parent 9f2be60 commit 0ff33af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ class DateTimeParserTest extends FlatSpec with Matchers
parse("am", "xsd:date", "07/13/2003") should equal (None)

}
// Amharic date Test: Geez calender dates should be converted to gregorian
// Amharic date Test: Geez calendar dates should be converted to Gregorian
"DateTimeParser" should "parse Ethiopian Date 21-11-2013 and return date 2020-10-31" in
{
parse("am", "xsd:date", "21-11-2013") should equal (Some("2021-07-28"))
Expand Down

0 comments on commit 0ff33af

Please sign in to comment.