1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1260 App | Analytics params (#3184)

* DROID-1260 analytics id

* DROID-1260 send analytics id to amplitude

* DROID-1260 fix tests
This commit is contained in:
Konstantin Ivanov 2023-05-19 17:32:21 +02:00 committed by uburoiubu
parent c662515cb4
commit 25fd0ad5d6
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
14 changed files with 43 additions and 24 deletions

View file

@ -31,13 +31,15 @@ fun StubConfig(
profile: Id = MockDataFactory.randomUuid(),
gateway: Url = MockDataFactory.randomUuid(),
workspace: Id = MockDataFactory.randomUuid(),
widgets: Id = MockDataFactory.randomUuid()
widgets: Id = MockDataFactory.randomUuid(),
analytics: Id = MockDataFactory.randomUuid()
) : Config = Config(
home = home,
profile = profile,
gateway = gateway,
workspace = workspace,
widgets = widgets
widgets = widgets,
analytics = analytics
)
fun StubFeatureConfig(