Skip to content

Commit

Permalink
Update omero_filter.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Dec 16, 2024
1 parent 1eca639 commit 9f4b282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/omero/omero_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<param name="test_password" value="omero"/>
<output name="tsv" value="output_filter_filename.tsv" ftype="tabular">
<assert_contents>
<has_text text="2"/>
<has_text text="1"/>
<has_n_columns n="1"/>
</assert_contents>
</output>
Expand All @@ -94,7 +94,7 @@
<param name="test_password" value="omero"/>
<output name="tsv" value="output_filter_tag.tsv" ftype="tabular">
<assert_contents>
<has_text text="2"/>
<has_text text="1"/>
<has_n_columns n="1"/>
</assert_contents>
</output>
Expand Down

0 comments on commit 9f4b282

Please sign in to comment.