diff options
Diffstat (limited to 'content/test/gpu/gpu_tests/maps.py')
-rw-r--r-- | content/test/gpu/gpu_tests/maps.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py index 079d69e..430657d 100644 --- a/content/test/gpu/gpu_tests/maps.py +++ b/content/test/gpu/gpu_tests/maps.py @@ -90,6 +90,10 @@ class Maps(cloud_storage_test_base.TestBase): """Google Maps pixel tests.""" test = _MapsValidator + @classmethod + def Name(cls): + return 'maps' + def CreateExpectations(self): return maps_expectations.MapsExpectations() |