Skip to content

Commit 59269e3

Browse files
committed
Fix test case
1 parent 5d4d794 commit 59269e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arrow_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_bare_format(self):
127127

128128
result = self.arrow.format()
129129

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

132132
def test_format_no_format_string(self):
133133

0 commit comments

Comments
 (0)