We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783ed46 commit bbc0b5dCopy full SHA for bbc0b5d
tests/panels/test_cache.py
@@ -27,7 +27,7 @@ def test_recording(self):
27
cache.cache.delete('foo')
28
# Verify that the cache has a valid clear method.
29
cache.cache.clear()
30
- self.assertEqual(len(self.panel.calls), 5)
+ self.assertEqual(len(self.panel.calls), 4)
31
32
@skipIf(django.VERSION < (1, 7), "Caches was added in Django 1.7")
33
def test_recording_caches(self):
0 commit comments