aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema/test_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/schema/test_types.py')
-rw-r--r--test/schema/test_types.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/schema/test_types.py b/test/schema/test_types.py
index c5895d2..9bfa8c5 100644
--- a/test/schema/test_types.py
+++ b/test/schema/test_types.py
@@ -1,9 +1,4 @@
-"""
-Part of the tagit test suite.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import operator
import unittest
@@ -19,6 +14,8 @@ from bsfs.schema.types import _Type, Vertex, Node, Literal, Predicate, Feature
## code ##
+ns.bse = ns.bsfs.Entity()
+
class TestType(unittest.TestCase):
def test_parents(self):