aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-24 11:00:43 +0100
committerAymeric Augustin2013-11-24 11:01:44 +0100
commite7692b33ca7fd3f7704d283d6b1368cdea198d59 (patch)
tree57d6954f16cd5b7b4b04331cf49eafc72e602137 /tests
parenta8a98ddde93d1427d2c431cb3f0b18cdfe87616a (diff)
downloaddjango-debug-toolbar-e7692b33ca7fd3f7704d283d6b1368cdea198d59.tar.bz2
Rename storage to store to avoid conflicting with Django terminology.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_integration.py2
1 files changed, 1 insertions, 1 deletions
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')