Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
same file data in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
hussaintamboli committed Mar 28, 2018
1 parent fd0b9ff commit 6f5d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/tests.py
Expand Up @@ -177,7 +177,7 @@ def test_data_font_is_applied(self):

def test_create_excel_with_guess_types_on(self):
r = response.ExcelResponse(
[['a', 'b', 'c'], [2018032710050111540290000000000720000000023, 2, 3], [4, 5, 6]]
[['a', 'b', 'c'], ['2018032710050111540290000000000720000000023', 2, 3], [4, 5, 6]]
)
output = six.BytesIO(r.getvalue())
# This should theoretically raise errors if it's not a valid spreadsheet
Expand Down

0 comments on commit 6f5d524

Please sign in to comment.