fix class name
diff --git a/xos/tosca/resources/voltservice.py b/xos/tosca/resources/voltservice.py
index 29b6e53..57cf846 100644
--- a/xos/tosca/resources/voltservice.py
+++ b/xos/tosca/resources/voltservice.py
@@ -9,7 +9,7 @@
 
 from service import XOSService
 
-class XOSVTNService(XOSService):
+class XOSVOLTService(XOSService):
     provides = "tosca.nodes.VOLTService"
     xos_model = VOLTService
     copyin_props = ["view_url", "icon_url", "kind", "enabled", "published", "public_key", "private_key_fn", "versionNumber"]