Skip to content
Snippets Groups Projects
Commit 0e71f1d9 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: change test scenario

parent d48c0247
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ revisonOf: ...@@ -16,7 +16,7 @@ revisonOf:
- ../2019-02-03 - ../2019-02-03
source: source:
- /ExperimentalData/2010_TestProject/2019-02-03/* - /ExperimentalData/2010_TestProject/2019-02-03/
tags: tags:
- collagen - collagen
......
...@@ -187,7 +187,7 @@ class CrawlerTest(unittest.TestCase): ...@@ -187,7 +187,7 @@ class CrawlerTest(unittest.TestCase):
if len(s.parents) > 0 and s.parents[0].name == "Experiment": if len(s.parents) > 0 and s.parents[0].name == "Experiment":
count += 1 count += 1
self.assertEqual(count, 1) self.assertEqual(count, 1)
self.assertEqual(len(sources), 3) self.assertEqual(len(sources), 1)
# Should be the same project # Should be the same project
assert project_id == sim.get_property("Project").value assert project_id == sim.get_property("Project").value
......
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