Skip to content

Commit

Permalink
remove print, minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 28, 2015
1 parent 8dc28cf commit d8615b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bug_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

def test_bug_fix_for_issue_1():
data = get_data(os.path.join("tests", "fixtures", "repeated.ods"))
print data["Sheet1"]
assert data['Sheet1'] == [['repeated', 'repeated', 'repeated', 'repeated']]

0 comments on commit d8615b0

Please sign in to comment.