Skip to content

Commit

Permalink
Rename FrontendEditableAdminMixinTest to CharPkFrontendPlaceholderAdm…
Browse files Browse the repository at this point in the history
…inTest
  • Loading branch information
yakky committed Nov 20, 2014
1 parent 26ac313 commit 9e1b846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/toolbar.py
Expand Up @@ -1251,7 +1251,7 @@ def test_edit_page(self):
'<div class="cms_plugin cms_plugin-cms-page-changelist-%s cms_render_model cms_render_model_block"><h3>Menu</h3></div>' % page.pk)


class FrontendEditableAdminMixinTest(ToolbarTestBase):
class CharPkFrontendPlaceholderAdminTest(ToolbarTestBase):

def get_admin(self):
admin.autodiscover()
Expand Down

0 comments on commit 9e1b846

Please sign in to comment.