8

remove trailing print

This commit is contained in:
sewagodimo
2019-01-09 17:04:00 +02:00
parent 5cd8751450
commit b135e79c77

View File

@@ -68,6 +68,5 @@ def test_exclude_variants_with_pages_querysets():
page1 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
page2 = WagtailPage(path="/", depth=0, url_path="/", title="Hoi")
pages = WagtailPage.objects.all().order_by('id')
print(pages)
result = exclude_variants(pages)
assert result == pages