Skip to content

Commit

Permalink
fix: [ANDROAPP-6392] fix typo in DateTimeUtilsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Aug 22, 2024
1 parent 0fcc9cb commit 165e933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DateTimeUtilsTest {
var storedValue = TextFieldValue("2022-10-12")
assert(formatStoredDateToUI(storedValue, DateTimeActionType.DATE).text == "12102022")

storedValue = TextFieldValue(" \"2022-10\"")
storedValue = TextFieldValue("2022-10")
assert(formatStoredDateToUI(storedValue, DateTimeActionType.DATE).text == "2022-10")

storedValue = TextFieldValue("2022-10-1")
Expand Down

0 comments on commit 165e933

Please sign in to comment.