Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ari-io into update
  • Loading branch information
adamltyson committed Dec 20, 2023
2 parents 8045348 + ed5346f commit 8c61bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests/test_integration/test_cellfinder_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def test_is_cellfinder_xml():
assert reader_xml.is_cellfinder_xml(xml_file)
assert not reader_xml.is_cellfinder_xml(__file__)
assert not reader_xml.is_cellfinder_xml(broken_xml)
assert not reader_xml.is_cellfinder_xml(broken_xml)
assert not reader_xml.is_cellfinder_xml(xml_with_incorrect_root_tag)


Expand Down

0 comments on commit 8c61bcf

Please sign in to comment.