mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-14 08:19:54 +00:00
Register test template in the admin interface
This commit is contained in:
@@ -163,4 +163,4 @@ class TestTemplateTest(TestCase):
|
||||
|
||||
PartTestTemplate.objects.create(part=variant, test_name='A Sample Test')
|
||||
|
||||
self.assertEqual(variant.getTestTemplates().count(), n + 1)
|
||||
self.assertEqual(variant.getTestTemplates().count(), n + 1)
|
||||
|
||||
Reference in New Issue
Block a user