mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix assertation
This commit is contained in:
parent
13854998ea
commit
df6d1a85da
@ -87,7 +87,7 @@ class TemplateTagTest(TestCase):
|
||||
|
||||
def test_user_settings(self):
|
||||
result = inventree_extras.user_settings(self.user)
|
||||
self.assertEqual(len(result), 36)
|
||||
self.assertEqual(len(result), 35)
|
||||
|
||||
def test_global_settings(self):
|
||||
result = inventree_extras.global_settings()
|
||||
|
Loading…
Reference in New Issue
Block a user