diff --git a/localtesting/test_datastore.py b/localtesting/test_datastore.py index 512d32e63322..8a505d05b1a6 100644 --- a/localtesting/test_datastore.py +++ b/localtesting/test_datastore.py @@ -47,7 +47,7 @@ def GetEntityViaMemcache(entity_key): # [START datastore_example_test] -class DatstoreTestCase(unittest.TestCase): +class DatastoreTestCase(unittest.TestCase): def setUp(self): # First, create an instance of the Testbed class.