MM-34895: fix test from PR that went in earlier (#17678)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a95f90cec7
Коммит
a5a22cdd12
@@ -337,7 +337,7 @@ func testThreadStorePopulation(t *testing.T, ss store.Store) {
|
|||||||
|
|
||||||
t.Run("Updating post does not make thread unread", func(t *testing.T) {
|
t.Run("Updating post does not make thread unread", func(t *testing.T) {
|
||||||
newPosts := makeSomePosts()
|
newPosts := makeSomePosts()
|
||||||
m, err := ss.Thread().MaintainMembership(newPosts[0].UserId, newPosts[0].Id, true, false, true, true, false)
|
m, err := ss.Thread().MaintainMembership(newPosts[0].UserId, newPosts[0].Id, true, false, true, false, false)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
th, err := ss.Thread().GetThreadForUser(newPosts[0].UserId, "", newPosts[0].Id, false)
|
th, err := ss.Thread().GetThreadForUser(newPosts[0].UserId, "", newPosts[0].Id, false)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user