projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bec48
)
Fix resultset tests
author
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 19:07:28 +0000
(14:07 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 19:07:28 +0000
(14:07 -0500)
tests/test_resultset.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_resultset.py
b/tests/test_resultset.py
index 938dcec50a80865e9f6f9b0cfb8f13ceb26718ef..b9141eeaa33889de9e402abab8771eba6249348a 100644
(file)
--- a/
tests/test_resultset.py
+++ b/
tests/test_resultset.py
@@
-22,8
+22,8
@@
class TweepyResultSetTests(TweepyTestCase):
self.assertListEqual(ids, ids_fixture)
def testmaxid(self):
- self.assertEqual(self.results.max_id,
10
0)
+ self.assertEqual(self.results.max_id, 0)
def testsinceid(self):
- self.assertEqual(self.results.since_id, 1)
+ self.assertEqual(self.results.since_id, 1
00
)