Skip to content

Commit 187746d

Browse files
authored
Merge pull request #808 from tunjid/tj/fix-tests-compilation
Fix missing arguments for Profile fake
2 parents 7b7b6ed + c4b68f0 commit 187746d

File tree

1 file changed

+3
-0
lines changed
  • data/models/src/commonTest/kotlin/com/tunjid/heron/fakes

1 file changed

+3
-0
lines changed

data/models/src/commonTest/kotlin/com/tunjid/heron/fakes/Profile.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ fun sampleProfile(): Profile {
2323
createdListCount = 0,
2424
createdFeedGeneratorCount = 0,
2525
createdStarterPackCount = 0,
26+
chat = Profile.ChatInfo(
27+
allowed = Profile.ChatInfo.Allowed.NoOne,
28+
),
2629
),
2730
labels = emptyList(),
2831
isLabeler = false,

0 commit comments

Comments
 (0)