Fix test name to help to reveal its intend

TrivialFix

Change-Id: I3be0d92c3ccbc327e19520617984e02640b16676
This commit is contained in:
zhanghao 2016-07-09 18:39:14 +08:00
parent 7777eebfdf
commit 7451182da1

View File

@ -620,7 +620,7 @@ class ResultConsumerTestCase(test.TestCase):
@mock.patch("rally.task.engine.threading.Thread") @mock.patch("rally.task.engine.threading.Thread")
@mock.patch("rally.task.engine.threading.Event") @mock.patch("rally.task.engine.threading.Event")
@mock.patch("rally.task.sla.SLAChecker") @mock.patch("rally.task.sla.SLAChecker")
def test_comsume_results_with_unexpected_failure(self, mock_sla_checker, def test_consume_results_with_unexpected_failure(self, mock_sla_checker,
mock_event, mock_thread, mock_event, mock_thread,
mock_task_get_status): mock_task_get_status):
mock_sla_instance = mock.MagicMock() mock_sla_instance = mock.MagicMock()