Skip to content

Commit

Permalink
Merge branch 'main' into issue#7-rois_for_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CFGrote authored Dec 16, 2024
2 parents 80f5be5 + ebc2913 commit 932717e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def test_number_of_projects_datasets_images(self):
self.assertEqual(int(number_of_objects.n_datasets), 3)
self.assertEqual(int(number_of_objects.n_projects), 1)



def test_project(self):
""" Test number of projects in the VKG. """

Expand Down Expand Up @@ -403,7 +405,6 @@ def test_image_properties(self):
"http://purl.org/dc/terms/subject",
"http://purl.org/dc/terms/contributor",
"http://purl.org/dc/terms/date",
"http://www.openmicroscopy.org/rdf/2016-06/ome_core/regionOfInterest",
]

for expected_property in expected_properties:
Expand Down

0 comments on commit 932717e

Please sign in to comment.