remove trailing print
This commit is contained in:
@@ -68,6 +68,5 @@ def test_exclude_variants_with_pages_querysets():
|
|||||||
page1 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
|
page1 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
|
||||||
page2 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
|
page2 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
|
||||||
pages = WagtailPage.objects.all().order_by('id')
|
pages = WagtailPage.objects.all().order_by('id')
|
||||||
print(pages)
|
|
||||||
result = exclude_variants(pages)
|
result = exclude_variants(pages)
|
||||||
assert result == pages
|
assert result == pages
|
||||||
|
Reference in New Issue
Block a user