mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
refactor: add a migration to introduce SavedPost#userIsAuthor
This commit is contained in:
parent
b0432b848d
commit
ef0b06cbd7
6 changed files with 36 additions and 2 deletions
|
@ -124,6 +124,7 @@ class SavedPostQueriesTest {
|
|||
submitterName = "test_user_$i",
|
||||
tags = listOf(),
|
||||
description = "",
|
||||
userIsAuthor = i % 2 == 0,
|
||||
)
|
||||
|
||||
posts.add(post)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue