Skip to content

Commit

Permalink
Make format more specific in script test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 28, 2014
1 parent 2bdc2c2 commit a9a4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msumastro/scripts/tests/test_scripts.py
Expand Up @@ -236,7 +236,7 @@ def test_triage_grabbing_all_keywords_gets_them_all(self):
tbl_name = 'tbl.txt'
run_triage.main(arglist=['-a', '-t', tbl_name, self.test_dir.strpath])
rt_table = Table.read(self.test_dir.join(tbl_name).strpath,
format='ascii')
format='ascii.csv')
lcase_columns = [c.lower() for c in rt_table.colnames]
print lcase_columns
ic = ImageFileCollection(self.test_dir.strpath,
Expand Down

0 comments on commit a9a4444

Please sign in to comment.