2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

fix assertation

This commit is contained in:
Matthias Mair
2022-03-15 00:04:57 +01:00
committed by GitHub
parent 4100834ce9
commit 9d001c07bd

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 = 36
N_SCRIPT_FILES = 37
content = self.get_index_page()