Increment number of JS files in test_js_load

This commit is contained in:
Kálmán Rózsahegyi 2022-04-30 21:56:05 +02:00
parent c7692475a8
commit b8399e4887

View File

@ -72,7 +72,7 @@ class ViewTests(TestCase):
"""
# Change this number as more javascript files are added to the index page
N_SCRIPT_FILES = 39
N_SCRIPT_FILES = 40
content = self.get_index_page()