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

STY: fix test style

parent 70793212
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!6Resulttable
Pipeline #14891 failed
...@@ -68,7 +68,7 @@ class CrawlerTest(unittest.TestCase): ...@@ -68,7 +68,7 @@ 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 depthtests != None assert depthtests is not None
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