Skip to content

Commit d3073f2

Browse files
committed
Carol shouldn't have to post before being re-added
1 parent 5b16699 commit d3073f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/exclude-members.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ test("If you're not the excluder nor the excludee then you should still be in th
243243
.catch((err) => t.error(err, 'carol failed to publish on first feed'))
244244
if (firstFeedId) t.pass('carol posted first post')
245245

246-
await replicate(alice, carol).catch(t.error)
247-
248246
const { reAddMsg } = await alice.tribes2
249247
.excludeMembers(groupId, [bobRoot.id])
250248
.then((res) => {

0 commit comments

Comments
 (0)