fix tests

This commit is contained in:
Nolan Lawson 2018-03-08 22:18:40 -08:00
parent cd8293925e
commit 59e895f814
1 changed files with 6 additions and 3 deletions

View File

@ -305,7 +305,8 @@ export const actions = times(30, i => ({
post: {
internalId: 'bazthread-thread 2b2',
text: 'thread 2b2',
inReplyTo: 'bazthread-thread 2b'
inReplyTo: 'bazthread-thread 2b',
privacy: 'unlisted'
}
},
{
@ -313,7 +314,8 @@ export const actions = times(30, i => ({
post: {
internalId: 'bazthread-thread 2d',
text: 'thread 2d',
inReplyTo: 'bazthread-thread 2'
inReplyTo: 'bazthread-thread 2',
privacy: 'unlisted'
}
},
{
@ -321,7 +323,8 @@ export const actions = times(30, i => ({
post: {
internalId: 'bazthread-thread 2b2a',
text: 'thread 2b2a',
inReplyTo: 'bazthread-thread 2b2'
inReplyTo: 'bazthread-thread 2b2',
privacy: 'unlisted'
}
}
]))