summaryrefslogtreecommitdiff
path: root/tablib/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tablib/tests')
-rw-r--r--tablib/tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tablib/tests/tests.py b/tablib/tests/tests.py
index f457dfb..9a8c417 100644
--- a/tablib/tests/tests.py
+++ b/tablib/tests/tests.py
@@ -14,4 +14,4 @@ print data[1]
data.append(['kenneth' ,'reitz', 4.3])
-print data._data \ No newline at end of file
+print data.digest() \ No newline at end of file