Skip to content

Commit

Permalink
do not use extra negative test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 14, 2024
1 parent 887b1aa commit ff0530c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/constructive_solid_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def sniff_prefix(self, file_prefix: FilePrefix) -> bool:
>>> fname = get_test_fname('data.vtu')
>>> VtkXml().sniff(fname)
True
>>> fname = get_test_fname('solid.xml')
>>> fname = get_test_fname('1.phyloxml')
>>> VtkXml().sniff(fname)
False
"""
Expand Down
25 changes: 0 additions & 25 deletions lib/galaxy/datatypes/test/solid.xml

This file was deleted.

0 comments on commit ff0530c

Please sign in to comment.