We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d28c9 commit de78a69Copy full SHA for de78a69
gcloud/datastore/test_batch.py
@@ -82,7 +82,7 @@ def test_add_auto_id_entity_w_completed_key(self):
82
connection = _Connection()
83
batch = self._makeOne(dataset_id=_DATASET, connection=connection)
84
entity = _Entity()
85
- key = entity.key = _Key(_Entity)
+ entity.key = _Key(_Entity)
86
87
self.assertRaises(ValueError, batch.add_auto_id_entity, entity)
88
0 commit comments