SEBA-402 Fix incorrectly named unit test

Change-Id: I3b78f88c01ca82f1d5cf45cff13114c79d48b703
diff --git a/VERSION b/VERSION
index 9084fa2..524cb55 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/xos/synchronizer/steps/test_sync_vsg_hw_service_instance.py b/xos/synchronizer/steps/test_sync_vsg_hw_service_instance.py
index 7cea075..9691c7a 100644
--- a/xos/synchronizer/steps/test_sync_vsg_hw_service_instance.py
+++ b/xos/synchronizer/steps/test_sync_vsg_hw_service_instance.py
@@ -66,7 +66,7 @@
         return False
     return True
 
-class TestSyncOLTDevice(unittest.TestCase):
+class TestSyncVSGHWServiceInstance(unittest.TestCase):
 
     def setUp(self):
         global DeferredException
@@ -307,4 +307,4 @@
 
             self.sync_step().sync_record(self.o)
 
-            self.assertTrue(m.called)
\ No newline at end of file
+            self.assertTrue(m.called)