mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-10 08:35:05 +00:00
Remove lost print
This commit is contained in:
parent
8131da4389
commit
813f349683
1 changed files with 1 additions and 2 deletions
|
|
@ -15,14 +15,13 @@ class RegistryTests(TestCase):
|
|||
pass
|
||||
|
||||
def register_encounter(self):
|
||||
print('x')
|
||||
class EncounterEav(EavConfig):
|
||||
manager_attr = 'eav_objects'
|
||||
eav_attr = 'eav_field'
|
||||
generic_relation_attr = 'encounter_eav_values'
|
||||
generic_relation_related_name = 'encounters'
|
||||
eav.register(Encounter, EncounterEav)
|
||||
|
||||
|
||||
|
||||
def test_registering_with_defaults(self):
|
||||
eav.register(Patient)
|
||||
|
|
|
|||
Loading…
Reference in a new issue