Skip to content

Commit

Permalink
Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Jan 24, 2024
1 parent 5178594 commit ce8afc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/metadata/test_source_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def test_image_source(self):
source = get_image_metadata(ds_folder, xml_path, file_format="bdv.n5")
validate_with_schema(source, "source")

source = get_image_metadata(ds_folder, xml_path, file_format="bdv.n5",
description="My shiny image")
source = get_image_metadata(ds_folder, xml_path, file_format="bdv.n5")
validate_with_schema(source, "source")

source = get_image_metadata(ds_folder, xml_path, file_format="bdv.n5")
Expand Down Expand Up @@ -68,8 +67,7 @@ def test_segmentation_source(self):
source = get_segmentation_metadata(ds_folder, xml_path, file_format="bdv.n5")
validate_with_schema(source, "source")

source = get_segmentation_metadata(ds_folder, xml_path, file_format="bdv.n5",
description="My shiny segmentation")
source = get_segmentation_metadata(ds_folder, xml_path, file_format="bdv.n5")
validate_with_schema(source, "source")

source = get_segmentation_metadata(ds_folder, xml_path,
Expand Down

0 comments on commit ce8afc4

Please sign in to comment.