diff options
Diffstat (limited to 'tests/test_domain_cpp.py')
-rw-r--r-- | tests/test_domain_cpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py index 765f9fd65..4cf757c4c 100644 --- a/tests/test_domain_cpp.py +++ b/tests/test_domain_cpp.py @@ -1240,7 +1240,7 @@ not found in `{test}` def __init__(self, role, root, contents): self.name = role self.classes = classes(role, root) - self.content_classes = dict() + self.content_classes = {} for tag in contents: self.content_classes[tag] = classes(role, tag) |