mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
Typos.
This commit is contained in:
+2
-1
@@ -228,7 +228,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
|
||||
new_data.headers = self.headers
|
||||
new_data = tablib.formats.csv.import_set(str(data.csv))
|
||||
# print new_data
|
||||
|
||||
|
||||
def test_wipe(self):
|
||||
"""Purge a dataset."""
|
||||
@@ -245,6 +245,7 @@ class TablibTestCase(unittest.TestCase):
|
||||
data.append(new_row)
|
||||
self.assertTrue(data.width == len(new_row))
|
||||
self.assertTrue(data[0] == new_row)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user