There was an error while loading. Please reload this page.
1 parent 6128bca commit d9efffcCopy full SHA for d9efffc
1 file changed
stream/tests.py
@@ -452,6 +452,10 @@ def test_flat_follow(self):
452
activity_id_found = activity['id'] if activity is not None else None
453
self.assertEqual(activity_id_found, activity_id)
454
455
+ self.flat3.unfollow(feed.slug, feed.user_id)
456
+ activities = self.flat3.get(limit=3)['results']
457
+ self.assertEqual(len(activities), 0)
458
+
459
def test_flat_follow_no_copy(self):
460
feed = getfeed('user', 'test_flat_follow_no_copy')
461
follower = getfeed('flat', 'test_flat_follow_no_copy')
0 commit comments