diff --git a/compressor/tests/test_offline.py b/compressor/tests/test_offline.py index 3043d04..304ea61 100644 --- a/compressor/tests/test_offline.py +++ b/compressor/tests/test_offline.py @@ -70,6 +70,7 @@ class OfflineGenerationBlockSuperMultipleTestCase(OfflineTestCaseMixin, TestCase templates_dir = "test_block_super_multiple" expected_hash = "2f6ef61c488e" + class OfflineGenerationBlockSuperMultipleWithCachedLoaderTestCase(OfflineTestCaseMixin, TestCase): templates_dir = "test_block_super_multiple_cached" expected_hash = "2f6ef61c488e"