Skip to content

Commit

Permalink
Fixed E302
Browse files Browse the repository at this point in the history
  • Loading branch information
ericenns committed Jun 26, 2016
1 parent 157da74 commit a683817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/datatypes/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from galaxy.datatypes.data import get_file_peek


def test_get_file_peek( ):
# should get the first 5 lines of the file without a trailing newline character
assert get_file_peek('test-data/1.tabular', line_wrap=False) == 'chr22\t1000\tNM_17\nchr22\t2000\tNM_18\nchr10\t2200\tNM_10\nchr10\thap\ttest\nchr10\t1200\tNM_11'

0 comments on commit a683817

Please sign in to comment.