mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Fixed typo in test from previous commit
This commit is contained in:
@@ -72,6 +72,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
# Slice multiple rows
|
||||
self.assertEqual(self.founders[:], [self.john, self.george, self.tom])
|
||||
self.assertEqual(self.founders[0:2], [self.john, self.george])
|
||||
self.assertEqual(self.founders[1:3], [self.george, self.tom])
|
||||
self.assertEqual(self.founders[2:], [self.tom])
|
||||
|
||||
# def test_adding_header with (self):
|
||||
|
||||
Reference in New Issue
Block a user