Skip to content

Commit

Permalink
del unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanyang0528 committed Nov 29, 2014
1 parent e75899b commit fd0f674
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gcloud/datastore/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,7 @@ def test_get_entity_odd_nonetype(self):
from gcloud.datastore.connection import datastore_pb
DATASET_ID = 'DATASET'
KIND = 'Kind'
ID = 1234
entity_pb = datastore_pb.Entity()
entity_pb.key.partition_id.dataset_id = DATASET_ID
path_element = entity_pb.key.path_element.add()
path_element.kind = KIND
path_element.id = ID
prop = entity_pb.property.add()
prop.name = 'foo'
prop.value.string_value = 'Foo'
connection = _Connection(entity_pb)
dataset = self._makeOne(DATASET_ID, connection)
with self.assertRaises(ValueError):
Expand Down

0 comments on commit fd0f674

Please sign in to comment.