Skip to content

Commit

Permalink
Removing unnecessary snippet in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed May 17, 2016
1 parent 48cbc63 commit 2b8b3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcloud/datastore/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ def test___iter___w_limit(self):
self.assertEqual(
entity.key.path,
[{'kind': self._KIND, 'id': self._ID}])
self.assertEqual(entities[1]['foo'], u'Foo')
qpb1 = _pb_from_query(query)
qpb1.limit.value = 2
qpb1.offset = offset
Expand Down

0 comments on commit 2b8b3c6

Please sign in to comment.