summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-01-29 20:28:53 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-01-29 20:28:53 +0100
commit40193fdb8b2c278d289e8d7d819bd453c39dceee (patch)
tree1b3fc02cd9186ae31cf5b0416c7e7fc5350ab85b /tests
parentb34f2c30ebcc882dae19bfbc8caa6b0108cd7f53 (diff)
downloadhappybase-40193fdb8b2c278d289e8d7d819bd453c39dceee.tar.gz
Cosmetic changes
Diffstat (limited to 'tests')
-rw-r--r--tests/test_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 46d0299..ff1b4e9 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -42,7 +42,7 @@ def setup_module():
'cf1': {},
'cf2': None,
'cf3': {'max_versions': 1},
- }
+ }
connection.create_table(TEST_TABLE_NAME, families=cfs)
table = connection.table(TEST_TABLE_NAME)
@@ -166,7 +166,7 @@ def test_batch():
b = table.batch()
b.put('row1', {'cf1:col1': 'value1',
- 'cf1:col2': 'value2'})
+ 'cf1:col2': 'value2'})
b.put('row2', {'cf1:col1': 'value1',
'cf1:col2': 'value2',
'cf1:col3': 'value3'})