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 authored and Balcan committed Aug 23, 2024
1 parent b70c310 commit 19c4036
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 19c4036

Please sign in to comment.