Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Apr 4, 2018
1 parent 826ac73 commit e9edf27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xlutils/tests/test_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def test_does_not_match(self):
('XX',)
actual:
(u'',)'''
(u'',)
While comparing [5][1]: 'XX' (expected) != u'' (actual)'''

compare(expected, actual=str(s.raised))

0 comments on commit e9edf27

Please sign in to comment.