Skip to content
Snippets Groups Projects
Commit e97e7c1b authored by Alexander Kreft's avatar Alexander Kreft
Browse files

TST: remove unnecessary test

parent b5c525d5
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!6Resulttable
Pipeline #14877 canceled
...@@ -68,7 +68,6 @@ class CrawlerTest(unittest.TestCase): ...@@ -68,7 +68,6 @@ class CrawlerTest(unittest.TestCase):
# There should be two DepthTest Properties # There should be two DepthTest Properties
depthtests = exp.get_property("DepthTest") depthtests = exp.get_property("DepthTest")
assert len(depthtests) == 1
assert len(depthtests.value) == 2 assert len(depthtests.value) == 2
depthtest = db.Record(id=depthtests.value[0]) depthtest = db.Record(id=depthtests.value[0])
depthtest.retrieve() depthtest.retrieve()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment