diff --git a/t/Asset/Wobject/Collaboration.t b/t/Asset/Wobject/Collaboration.t index e5b7a2919..7a4a3384a 100644 --- a/t/Asset/Wobject/Collaboration.t +++ b/t/Asset/Wobject/Collaboration.t @@ -91,8 +91,6 @@ $post = $collab->addChild($props, my $rssitems = $collab->getRssFeedItems(); is(scalar @{ $rssitems }, 2, 'rssitems set to number of posts added'); -is($collab->get('itemsPerFeed'), 25, 'itemsPerFeed is set to the default'); - TODO: { local $TODO = "Tests to make later"; ok(0, 'A whole lot more work to do here');