mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2797 Date as an object | Vault default settings (#1801)
This commit is contained in:
parent
5c16df81ec
commit
18f85ad533
28 changed files with 432 additions and 103 deletions
|
@ -98,8 +98,7 @@ class MembershipProviderTest {
|
|||
whenever(
|
||||
dateProvider.formatToDateString(
|
||||
dateEnds,
|
||||
DATE_FORMAT,
|
||||
localeProvider.locale()
|
||||
DATE_FORMAT
|
||||
)
|
||||
).thenReturn("01-01-1970")
|
||||
val command = Command.Membership.GetTiers(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue