Skip to content
Snippets Groups Projects
Commit afad6ddb authored by mads's avatar mads
Browse files

fixed lower case filename problem

parent 804a98df
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class TestAscii2Bin(unittest.TestCase):
def testSizeOfFile(self):
self.assertEqual(size_from_file(testfilepath + "hawc2ascii.sel"), (800, 28))
self.assertEqual(size_from_file(testfilepath + "Hawc2ascii.sel"), (800, 28))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment