Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelkins committed Jan 22, 2015
1 parent 5d4d794 commit 59269e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/arrow_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_bare_format(self):

result = self.arrow.format()

assertEqual(result, '2013-02-03 12:30:45 -00:00')
assertEqual(result, '2013-02-03 12:30:45-00:00')

def test_format_no_format_string(self):

Expand Down

0 comments on commit 59269e3

Please sign in to comment.