mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
test fix
This commit is contained in:
parent
cb29ff14e0
commit
66c1a2ef57
@ -23,7 +23,7 @@ class TemplateTagTest(TestCase):
|
||||
|
||||
def test_hash(self):
|
||||
hash = inventree_extras.inventree_commit_hash()
|
||||
self.assertEqual(len(hash), 7)
|
||||
self.assertGreater(len(hash), 5)
|
||||
|
||||
def test_date(self):
|
||||
d = inventree_extras.inventree_commit_date()
|
||||
|
Loading…
x
Reference in New Issue
Block a user