Skip to content

Commit

Permalink
Fix tests/elevator_test: remove merge conflicts markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Leclercq committed Mar 26, 2013
1 parent 2aaee0f commit 441ffa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/elevator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,8 @@ def test_slice_of_len_ten(self):
for r in res:
self.assertIsNotNone(r)
self.assertIsInstance(r, tuple)
<<<<<<< HEAD
self.assertEqual(r[0], r[1])
=======
# boostraped values are from 10 to 19
self.assertEqual(int(r[1]), int(r[0]) + 10)
>>>>>>> devel

def test_slice_of_len_ten_without_keys(self):
res = self.client.Slice('0', 9, include_key=False)
Expand Down

0 comments on commit 441ffa5

Please sign in to comment.