kopia lustrzana https://github.com/wagtail/wagtail
Fix simple typo: unpiblished -> unpublished
rodzic
d37d5c1c60
commit
c54c4aa4eb
|
@ -422,6 +422,7 @@ Contributors
|
|||
* Aliosha Padovani
|
||||
* Tom Readings
|
||||
* Andrey Smirnov
|
||||
* Tim Gates
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -159,7 +159,7 @@ class TestPageUnpublishIncludingDescendants(TestCase, WagtailTestUtils):
|
|||
# Check that the page was unpublished
|
||||
self.assertFalse(SimplePage.objects.get(id=self.test_page.id).live)
|
||||
|
||||
# Check that the descendant pages were unpiblished as well
|
||||
# Check that the descendant pages were unpublished as well
|
||||
self.assertFalse(SimplePage.objects.get(id=self.test_child_page.id).live)
|
||||
self.assertFalse(SimplePage.objects.get(id=self.test_another_child_page.id).live)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue