Skip to content

Commit

Permalink
Update tests/tests/test_integration/test_cellfinder_reader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
adamltyson and alessandrofelder authored Dec 20, 2023
1 parent 8c9e647 commit ed5346f
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 ed5346f

Please sign in to comment.