Skip to content

Commit 0d86944

Browse files
committed
add test case
1 parent 79ff1a3 commit 0d86944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/datastore/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def test_save_entity_wo_transaction_w_upsert(self):
643643
'commit',
644644
])
645645
http = conn._http = Http({'status': '200'}, rsp_pb.SerializeToString())
646-
result = conn.save_entity(DATASET_ID, key_pb, {'foo': u'Foo'})
646+
result = conn.save_entity(DATASET_ID, key_pb, {'foo': u'Foo', 'bar': []})
647647
self.assertEqual(result, True)
648648
cw = http._called_with
649649
self.assertEqual(cw['uri'], URI)

0 commit comments

Comments
 (0)