Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jun 2, 2017
1 parent 1e885ad commit 537dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def test_page_listing_more_buttons(site, rf, segmented_page):
SegmentFactory(name='something')
result = wagtail_hooks.page_listing_more_buttons(page, [])
items = list(result)
assert len(items) == 2
assert len(items) == 3

0 comments on commit 537dfb1

Please sign in to comment.