From e7692b33ca7fd3f7704d283d6b1368cdea198d59 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 24 Nov 2013 11:00:43 +0100 Subject: Rename storage to store to avoid conflicting with Django terminology. --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_integration.py') diff --git a/tests/test_integration.py b/tests/test_integration.py index e92cab6..32fd09e 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -136,7 +136,7 @@ class DebugToolbarLiveTestCase(LiveServerTestCase): self.assertIn("Version", table.text) @override_settings(DEBUG_TOOLBAR_CONFIG={'RESULTS_CACHE_SIZE': 0}) - def test_expired_storage(self): + def test_expired_store(self): self.selenium.get(self.live_server_url + '/regular/basic/') version_panel = self.selenium.find_element_by_id('VersionsPanel') -- cgit v1.2.3