Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 0addb25

Browse files
committed
remove expectedFailure decorator from twitter.status test
1 parent fa451e7 commit 0addb25

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_status.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def testRelativeCreatedAt(self):
8989
status.now = self._ParseDate('Feb 04 12:00:00 2007')
9090
self.assertEqual('about 34 days ago', status.RelativeCreatedAt)
9191

92-
@unittest.expectedFailure
9392
def testAsJsonString(self):
9493
'''Test the twitter.Status AsJsonString method'''
9594
self.assertEqual(StatusTest.SAMPLE_JSON,

0 commit comments

Comments
 (0)