commit | b4102eec19b2aa80dd602541a7184ba862cbc10b | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jan 28 17:52:18 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Jan 28 17:52:51 2019 -0800 |
tree | 34c41927c416c8cf7294ad1785a2bd0143a4b228 | |
parent | bcacfa8b817ab011fd0a18c29adda8689e1db821 [diff] |
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)