Skip to content

Commit e7d1be0

Browse files
committed
Unshadow 'test_to_string'.
1 parent 7d72ac1 commit e7d1be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _compare_tokens(self, new):
216216
# TODO: What about copying the verifier to the new token?
217217
# self.assertEqual(self.token.verifier, new.verifier)
218218

219-
def test_to_string(self):
219+
def test___str__(self):
220220
tok = oauth.Token('tooken', 'seecret')
221221
self.assertEqual(str(tok),
222222
'oauth_token_secret=seecret&oauth_token=tooken')

0 commit comments

Comments
 (0)