Fix unit test base

This commit is contained in:
Griatch 2022-01-08 17:40:40 +01:00
parent 038c71213a
commit a8b52b76b3
3 changed files with 21 additions and 26 deletions

View file

@ -949,6 +949,7 @@ class TestPartialTagAttributes(BaseEvenniaTest):
"""
def setUp(self):
super().setUp()
self.prot = {
'prototype_key': 'rock',
'typeclass': 'evennia.objects.objects.DefaultObject',