projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d022a0
)
Fix typo.
author
Joshua Roesslein
<jroesslein@gmail.com>
Tue, 20 Aug 2013 04:40:56 +0000
(21:40 -0700)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Tue, 20 Aug 2013 04:41:54 +0000
(21:41 -0700)
Fixes #276
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index 5dad927c0b61c9ed1bd5e5f482bbe43f2d7df7de..ca84d9ba63758fba3b4687d498a8edc98dbd1ce2 100644
(file)
--- a/
tests/test_api.py
+++ b/
tests/test_api.py
@@
-135,7
+135,7
@@
class TweepyAPITests(TweepyTestCase):
self.assertEqual(friend.screen_name, 'twitter')
def testshowfriendship(self):
- source, target = self.api.show_friendship(target_screen_name='tw
ti
ter')
+ source, target = self.api.show_friendship(target_screen_name='tw
it
ter')
self.assert_(isinstance(source, Friendship))
self.assert_(isinstance(target, Friendship))