Skip to content

Commit e4aaa39

Browse files
fix tests
1 parent 2e5cfc8 commit e4aaa39

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

tests/Brickner/Podsumer/StateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function testGetFeedItems()
8181
$this->feed = new Feed(self::TEST_FEED_URL);
8282
$this->state->addFeed($this->feed);
8383
$items = $this->state->getFeedItems(1);
84-
$this->assertEquals(1, count($items));
84+
$this->assertEquals(4, count($items));
8585
}
8686

8787
public function testGetFeedByHash()

0 commit comments

Comments
 (0)